{"id":26895460,"url":"https://github.com/groveco/django-sql-explorer","last_synced_at":"2025-04-01T02:01:20.365Z","repository":{"id":12709463,"uuid":"15381974","full_name":"explorerhq/sql-explorer","owner":"explorerhq","description":"SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.","archived":false,"fork":false,"pushed_at":"2024-10-20T23:21:50.000Z","size":3076,"stargazers_count":2813,"open_issues_count":46,"forks_count":375,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-03-28T21:51:51.456Z","etag":null,"topics":["ai","analytics","django-application","reporting","sql"],"latest_commit_sha":null,"homepage":"https://www.sqlexplorer.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/explorerhq.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-22T20:58:37.000Z","updated_at":"2025-03-27T08:10:03.000Z","dependencies_parsed_at":"2023-12-15T21:47:33.062Z","dependency_job_id":"fd75f768-52ed-4299-8eba-4fef34d91ed7","html_url":"https://github.com/explorerhq/sql-explorer","commit_stats":{"total_commits":834,"total_committers":108,"mean_commits":7.722222222222222,"dds":0.36810551558753,"last_synced_commit":"d79d21cde3415424a4a43a6d673251d91548644f"},"previous_names":["epantry/django-sql-explorer","chrisclark/django-sql-explorer","groveco/django-sql-explorer","explorerhq/django-sql-explorer","explorerhq/sql-explorer"],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorerhq%2Fsql-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorerhq%2Fsql-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorerhq%2Fsql-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/explorerhq%2Fsql-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/explorerhq","download_url":"https://codeload.github.com/explorerhq/sql-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569001,"owners_count":20798341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","analytics","django-application","reporting","sql"],"created_at":"2025-04-01T02:00:53.700Z","updated_at":"2025-04-01T02:01:20.325Z","avatar_url":"https://github.com/explorerhq.png","language":"Python","readme":".. image:: https://readthedocs.org/projects/django-sql-explorer/badge/?version=latest\n   :target: https://django-sql-explorer.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: http://img.shields.io/pypi/v/django-sql-explorer.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/django-sql-explorer/\n    :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/django-sql-explorer.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/django-sql-explorer/\n    :alt: Downloads\n\n.. image:: http://img.shields.io/pypi/l/django-sql-explorer.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/django-sql-explorer/\n    :alt: License\n\nSQL Explorer\n============\n\n* `Official Website \u003chttps://www.sqlexplorer.io/\u003e`_\n* `Live Demo \u003chttps://demo.sqlexplorer.io/\u003e`_\n* `Documentation \u003chttps://django-sql-explorer.readthedocs.io/en/latest/\u003e`_\n\nVideo Tour\n----------\n\n.. |inline-image| image:: https://sql-explorer.s3.amazonaws.com/video-thumbnail.png\n   :target: https://sql-explorer.s3.amazonaws.com/Sql+Explorer+5.mp4\n   :height: 10em\n\n|inline-image|\n\nQuick Start\n-----------\n\nIncluded is a complete test project that you can use to kick the tires.\n\n1. Run ``docker compose up``\n2. Navigate to 127.0.0.1:8000/explorer/\n3. log in with admin/admin\n4. Begin exploring!\n\nThis will also run a Vite dev server with hot reloading for front-end changes.\n\nAbout\n-----\n\nSQL Explorer aims to make the flow of data between people fast,\nsimple, and confusion-free. It is a Django-based application that you\ncan add to an existing Django site, or use as a standalone business\nintelligence tool. It will happily connect to any SQL database that\n`Django supports \u003chttps://docs.djangoproject.com/en/5.0/ref/databases/\u003e`_\nas well as user-uploaded CSV, JSON, or SQLite databases.\n\nQuickly write and share SQL queries in a simple, usable SQL editor,\nview the results in the browser, and keep the information flowing.\n\nAdd an OpenAI (or other provider) API key and get an LLM-powered\nSQL assistant that can help write and debug queries. The assistant\nwill automatically add relevant context and schema into the underlying\nLLM prompt.\n\nSQL Explorer values simplicity, intuitive use, unobtrusiveness,\nstability, and the principle of least surprise. The project is MIT\nlicensed, and pull requests are welcome.\n\nSome key features include:\n\n- Support for multiple connections, admin configured or user-provided.\n- Users can upload and immediately query JSON or CSV files.\n- AI-powered SQL assistant\n- Quick access to schema information to make querying easier\n  (including autocomplete)\n- Ability to snapshot queries on a regular schedule, capturing changing data\n- Query history and logs\n- Quick in-browser statistics, pivot tables, and scatter-plots (saving\n  a trip to Excel for simple analyses)\n- Parameterized queries that automatically generate a friendly UI for\n  users who don't know SQL\n- A playground area for quickly running ad-hoc queries\n- Send query results via email\n- Saved queries can be exposed as a quick-n-dirty JSON API if desired\n- ...and more!\n\nScreenshots\n-----------\n\n**Writing a query and viewing the schema helper**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-query-with-schema.png\n\n------------------\n\n**Using the SQL AI Assistant**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-assistant.png\n\n------------------\n\n**Viewing all queries**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-query-list.png\n\n------------------\n\n**Query results w/ stats summary**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-query-results.png\n\n------------------\n\n**Pivot in browser**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-pivot.png\n\n------------------\n\n**View logs**\n\n.. image:: https://sql-explorer.s3.amazonaws.com/5.0-querylogs.png\n\n","funding_links":[],"categories":["Third-Party Packages","Python","Database and ORM"],"sub_categories":["General","Podcasts"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroveco%2Fdjango-sql-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroveco%2Fdjango-sql-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroveco%2Fdjango-sql-explorer/lists"}