sql-explorer

SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.

OTHER License

Downloads
86.2K
Stars
2.7K
Committers
104

Bot releases are visible (Hide)

sql-explorer - 4.0.2

Published by chrisclark 9 months ago

Minor bugfixes

sql-explorer - 4.0.1

Published by chrisclark 9 months ago

  • Add support for Django 5.0. Drop support for Python < 3.10.
  • Basic code completion in the editor!
  • Front-end must be built with Vite if installing from source.
  • #565 : Front-end modernization. CodeMirror 6. Bootstrap5. Vite-based build
  • #566 : Django 5 support & tests
  • #537 : S3 signature version support
  • #562 : Record and show whether the last run of each query was successful
  • #571 : Replace isort and flake8 with Ruff (linting)

Note: There is no 4.0.0 release as 4.0.1 was needed to resolve a conflict on PyPi

sql-explorer - 4.0.0.beta4

Published by chrisclark 9 months ago

  • Simplify Vite inclusion of built files (does not require manifest.json)
  • Dynamic use of STATIC_URL for different prod environments
sql-explorer - 4.0.0.beta3

Published by chrisclark 9 months ago

  • Fix additional bugs, break apart JS for faster loading.
  • Removes floatThead dependency
  • Removes python <3.10 support from setup.py
sql-explorer - 4.0.0.beta2

Published by chrisclark 9 months ago

  • Removes jquery-ui dependency (replaced with sortablejs)
  • Uses dynamic imports so the JS is now chunked
  • Fixes a subtle versioning info that prevents PyPi from flagging beta releases
  • Adds back support for Django 3.2 (no code changes required - simply added back to tox tests and setup.py)
  • Fixes a few styling bugs
sql-explorer - 4.0.0.beta1

Published by chrisclark 9 months ago

What's New

  • #565: Front-end modernization. Code completion via CodeMirror 6. Bootstrap5. Vite-based build
  • #566: Django 5 support & tests
  • #537: S3 signature version support
  • #562: Visually show whether the last run was successful
  • #571: Replace isort and flake8 with Ruff (linting)
sql-explorer - 3.2.1

Published by marksweb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.2.0...3.2.1

sql-explorer - 3.2.0

Published by marksweb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.1.1...3.2.0

sql-explorer - 3.1.1

Published by marksweb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.1.0...3.1.1

sql-explorer - 3.1.0

Published by marksweb over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.0.1...3.1.0

sql-explorer - 3.0.1

Published by marksweb almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/3.0...3.0.1

sql-explorer - 3.0

Published by marksweb almost 2 years ago

What's Changed

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.5.0...3.0

sql-explorer - 2.5.0

Published by marksweb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.4.2...2.5.0

sql-explorer - 2.5.0-beta

Published by marksweb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.4.2...2.5.0-beta

sql-explorer - 2.4.2

Published by marksweb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.4.1...2.4.2

sql-explorer - 2.4.1

Published by marksweb over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.4...2.4.1

sql-explorer - 2.4

Published by marksweb over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/groveco/django-sql-explorer/compare/2.3...2.4

sql-explorer - 2.3

Published by marksweb about 3 years ago

Russian translations.

sql-explorer - 2.2.0

Published by marksweb over 3 years ago

  • Updated docs theme to furo
  • #445: Added EXPLORER_NO_PERMISSION_VIEW setting to allow override of the "no permission" view (Fix #440)
  • #444: Updated structure of the settings docs (Fix #443)
sql-explorer - 2.1.3

Published by marksweb over 3 years ago

  • #442: GET params passed to the fullscreen view (Fix #433)
  • #441: Include BOM in CSV export (Fix #430)