Skip to content

5.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisclark chrisclark released this 07 Jun 21:05
· 45 commits to master since this release
bf3278a

5.0b1 (2024-06-07)

  • Manage DB connections via the UI (and/or Django Admin)
  • Upload CSV or SQLite DBs directly, to create additional connections.
    This functionality has additional dependencies which can be installed with
    the 'uploads' extra (e.g. pip install django-sql-explorer[uploads])
  • The above functionality is managed by a new license, restricting the
    ability of 3rd parties resell SQL Explorer (commercial usage is absolutely
    still permitted).
  • Query List home page is sortable.
  • Select all / deselect all with AI assistant
  • Assistant tests run reliably in CI/CD
  • Introduced some branding and styling improvements