Metadata-Version: 2.1
Name: django-sql-dashboard
Version: 0.12
Summary: Django app for building dashboards using raw SQL queries
Home-page: https://github.com/simonw/django-sql-dashboard
Author: Simon Willison
License: Apache License, Version 2.0
Project-URL: Documentation, https://django-sql-dashboard.readthedocs.io/
Project-URL: Issues, https://github.com/simonw/django-sql-dashboard/issues
Project-URL: CI, https://github.com/simonw/django-sql-dashboard/actions
Project-URL: Changelog, https://github.com/simonw/django-sql-dashboard/releases
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Django
Requires-Dist: markdown
Requires-Dist: bleach
Provides-Extra: test
Requires-Dist: psycopg2 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-django ; extra == 'test'
Requires-Dist: pytest-pythonpath ; extra == 'test'
Requires-Dist: dj-database-url ; extra == 'test'
Requires-Dist: testing.postgresql ; extra == 'test'
Requires-Dist: beautifulsoup4 ; extra == 'test'
Requires-Dist: html5lib ; extra == 'test'

# django-sql-dashboard

[![PyPI](https://img.shields.io/pypi/v/django-sql-dashboard.svg)](https://pypi.org/project/django-sql-dashboard/)
[![Changelog](https://img.shields.io/github/v/release/simonw/django-sql-dashboard?include_prereleases&label=changelog)](https://github.com/simonw/django-sql-dashboard/releases)
[![Tests](https://github.com/simonw/django-sql-dashboard/workflows/Test/badge.svg)](https://github.com/simonw/django-sql-dashboard/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/django-sql-dashboard/blob/main/LICENSE)

Django app for building dashboards using raw SQL queries

Brings a useful subset of [Datasette](https://datasette.io/) to Django.

Currently only works with PostgreSQL.

## Documentation

Full documentation is at [django-sql-dashboard.readthedocs.io](https://django-sql-dashboard.readthedocs.io/)

## Screenshot

<img width="1006" alt="Screenshot showing a SQL query that produces a table and one that produces a bar chart" src="https://user-images.githubusercontent.com/9599/116013366-b9026300-a5e4-11eb-85f5-3dd655acc949.png">


