Django SQL Dashboard provides an authenticated interface for executing read-only SQL queries directly against your PostgreSQL database, bringing a useful subset of Datasette to Django.
Applications include ad-hoc analysis and debugging, plus the creation of reporting dashboards that can be shared with team members or published online.
See my blog for more about this project, including a video demo.
Features include:
select * from entries where id = %(id)s
will be turned into form fields, allowing quick creation of interactive dashboardsFull documentation is at django-sql-dashboard.datasette.io
Version | Tag | Published |
---|---|---|
1.1 | 9mos ago | |
1.0.2 | 1yr ago | |
1.0.1 | 2yrs ago | |
1.0 | 2yrs ago |