django-sql-dashboard
django-sql-dashboard copied to clipboard
Django app for building dashboards using raw SQL queries
Dashboard configurations that live in the database could get out of sync with the database design - especially if it is being actively iterated on. An option where you can...
Since a cell has a SQL query, and is tied to a server-side template, it wouldn't be too hard to provide a mechanism whereby the cell periodically polls the server...
Something like https://www.tablefilter.com/?
- MySQL - SQLite Not sure when I'll get to this!
At some point it might be good to add an optional audit log, recording exactly which SQL queries were executed and by whom. More of a far-future idea.
Since this is a tool for building dashboards, having inline user documentation would be good. It could even include useful copy-and-paste SQL snippets.
Efficient pagination based on sorting by a unique key (and potentially using multiple columns with a tie-breaker for other sort orders) is a really neat trick in Datasette that could...
Hi, thank you for this project! While starting to run the dashboard interactively using the command `docker-compose up` I got an error `Step 3/11 : COPY setup.py README.md . When...
Not sure if this pushes things a bit too far, but I thought it would be nice to be able to have a table on one dashboard, where each row...
## why 1. Django 4.2 introduced support for psycopg3 and also a deprecation note: `Support for psycopg2 is likely to be deprecated and removed at some point in the future.`...