django-sql-explorer v0.8.0 Release Notes

Release Date: 2015-10-21 // over 8 years ago
  • 2015-10-21

    • โฑ Snapshots! Dump the csv results of a query to S3 on a regular schedule. More details in readme.rst under 'features'.
    • Async queries + email! If you have a query that takes a long time to run, execute it in the background and Explorer will send you an email with the results when they are ready. More details in readme.rst
    • ๐Ÿ‘€ Run counts! Explorer inspects the query log to see how many times a query has been executed.
    • ๐Ÿ‘€ Column Statistics! Click the ... on top of numeric columns in the results pane to see min, max, avg, sum, count, and missing values.
    • Python 3! - Django 1.9!
    • Delimiters! Export with delimiters other than commas.
    • ๐Ÿ‘€ Listings respect permissions! If you've given permission to queries to non-admins, they will see only those queries on the listing page.