django-sql-explorer icon indicating copy to clipboard operation
django-sql-explorer copied to clipboard

Easily share data across your company via SQL queries. From Grove Collab.

Results 76 django-sql-explorer issues
Sort by recently updated
recently updated
newest added

## The proposal It would be really useful to see the query results as a plot/graph, especially if the dataset is a little larger and it is hard to make...

The `EXPLORER_TRANSFORMS` setting enables the developer to provide a custom template for the values in the given column, for example, to display images if the URL is retrieved from the...

Fix for #477: - added _block.super_ to reuse base block; - following admin convention added block "_extrastyle_" to facilitate customization;

I added a link in the nav bar to get back to the main project application. For that, I had to modify 4 templates: query_list.html, query.html, play.html and qyertlog_list.html even...

Update to celery 4 in tests. Hopefully this will allow python 3.9+

This is a two part suggestion: 1) Use the Django auth backend for permissions. Permissions are already generated for the models in the app (add/change/delete), and you can add new...

enhancement

The automatic grouping and collapsible outlining of queries is a great feature! I did not know it even existed until a few minutes ago when I was about to request...

enhancement

Each user can have a personal collection of private queries, which can be only edited or viewed by that user only. @marksweb What is your opinion on this?

enhancement

Starting the process of python 3.10 support.