Sign up to save tools and stay up to date with the latest in AI
bg
bg
1

GitHub - explorerhq/django-sql-explorer: Easily share data across your company via SQL queries.

Jul 03, 2024 - github.com
SQL Explorer is a Django-based application designed to streamline the flow of data between individuals. It can be added to an existing Django site or used as a standalone business intelligence tool, connecting to any SQL database that Django supports. The application allows users to write and share SQL queries in a simple editor, view results in the browser, and even add an OpenAI API key for an AI-powered SQL assistant. The assistant can help write and debug queries, adding relevant context and schema into the underlying prompt.

The application offers a range of features including support for multiple connections, quick access to schema information, in-browser pivot tables, query history and logs, and basic code-completion in the SQL editor. Users can also snapshot queries on a regular schedule, send query results via email, and expose saved queries as a JSON API. The project is MIT licensed and welcomes pull requests. A test project is included for users to explore the application's capabilities.

Key takeaways:

  • SQL Explorer is a Django-based application that can be added to an existing Django site or used as a standalone business intelligence tool, connecting to any SQL database that Django supports.
  • The tool allows users to write and share SQL queries in a simple, usable SQL editor, view the results in the browser, and keep the information flowing.
  • It includes features such as support for multiple connections, AI-powered SQL assistant, quick access to schema information, in-browser pivot tables, query history and logs, and more.
  • The project is MIT licensed, and pull requests are welcome, indicating it is open for contributions from the developer community.
View Full Article

Comments (0)

Be the first to comment!