{"library":"django-sql-explorer","type":"library","category":null,"description":"Django SQL Explorer provides a delightful SQL editor and interface for writing and sharing SQL queries directly within a Django admin-like environment. It allows users to quickly generate reports, download data, and visualize results, with recent versions (like 5.3) adding AI assistance for query generation. It is actively maintained, with new releases often coinciding with major Django version compatibility updates.","language":"python","status":"active","version":"5.3","tags":["django","sql","reporting","admin","data-analysis","business-intelligence"],"last_verified":"Tue May 26","install":[{"cmd":"pip install django-sql-explorer","imports":["INSTALLED_APPS = ['explorer', ...]","from django.urls import include, path\n\nurlpatterns = [\n    path('explorer/', include('explorer.urls')),\n    # ... other url patterns\n]","from explorer.models import Query"]}],"homepage":"https://www.sqlexplorer.io","github":"https://github.com/explorerhq/sql-explorer","docs":"https://django-sql-explorer.readthedocs.io/en/latest/","changelog":"https://django-sql-explorer.readthedocs.io/en/latest/history.html","pypi":"https://pypi.org/project/django-sql-explorer/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":5.2,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-sql-explorer/compatibility"}}