AUTHORS
LICENSE
MANIFEST.in
README.rst
package.json
setup.cfg
setup.py
vite.config.mjs
django_sql_explorer.egg-info/PKG-INFO
django_sql_explorer.egg-info/SOURCES.txt
django_sql_explorer.egg-info/dependency_links.txt
django_sql_explorer.egg-info/not-zip-safe
django_sql_explorer.egg-info/requires.txt
django_sql_explorer.egg-info/top_level.txt
explorer/__init__.py
explorer/actions.py
explorer/admin.py
explorer/app_settings.py
explorer/apps.py
explorer/charts.py
explorer/exporters.py
explorer/forms.py
explorer/models.py
explorer/permissions.py
explorer/schema.py
explorer/tasks.py
explorer/telemetry.py
explorer/urls.py
explorer/utils.py
explorer/assistant/__init__.py
explorer/assistant/forms.py
explorer/assistant/models.py
explorer/assistant/urls.py
explorer/assistant/utils.py
explorer/assistant/views.py
explorer/ee/LICENSE
explorer/ee/__init__.py
explorer/ee/urls.py
explorer/ee/db_connections/__init__.py
explorer/ee/db_connections/admin.py
explorer/ee/db_connections/create_sqlite.py
explorer/ee/db_connections/forms.py
explorer/ee/db_connections/mime.py
explorer/ee/db_connections/models.py
explorer/ee/db_connections/type_infer.py
explorer/ee/db_connections/utils.py
explorer/ee/db_connections/views.py
explorer/locale/ru/LC_MESSAGES/django.mo
explorer/locale/ru/LC_MESSAGES/django.po
explorer/locale/zh_Hans/LC_MESSAGES/django.mo
explorer/locale/zh_Hans/LC_MESSAGES/django.po
explorer/migrations/0001_initial.py
explorer/migrations/0002_auto_20150501_1515.py
explorer/migrations/0003_query_snapshot.py
explorer/migrations/0004_querylog_duration.py
explorer/migrations/0005_auto_20160105_2052.py
explorer/migrations/0006_query_connection.py
explorer/migrations/0007_querylog_connection.py
explorer/migrations/0008_auto_20190308_1642.py
explorer/migrations/0009_auto_20201009_0547.py
explorer/migrations/0010_sql_required.py
explorer/migrations/0011_query_favorites.py
explorer/migrations/0012_alter_queryfavorite_query_alter_queryfavorite_user.py
explorer/migrations/0013_querylog_error_querylog_success.py
explorer/migrations/0014_promptlog.py
explorer/migrations/0015_explorervalue.py
explorer/migrations/0016_alter_explorervalue_key.py
explorer/migrations/0017_databaseconnection.py
explorer/migrations/0018_alter_databaseconnection_host_and_more.py
explorer/migrations/0019_alter_databaseconnection_engine.py
explorer/migrations/0020_databaseconnection_extras_and_more.py
explorer/migrations/0021_alter_databaseconnection_password_and_more.py
explorer/migrations/0022_databaseconnection_upload_fingerprint.py
explorer/migrations/0023_query_database_connection_and_more.py
explorer/migrations/0024_auto_20240803_1135.py
explorer/migrations/0025_alter_query_database_connection_alter_querylog_database_connection.py
explorer/migrations/0026_tabledescription.py
explorer/migrations/0027_query_few_shot.py
explorer/migrations/0028_promptlog_database_connection_promptlog_user_request.py
explorer/migrations/__init__.py
explorer/src/images/logo-main.svg
explorer/src/images/logo.png
explorer/src/js/assistant.js
explorer/src/js/codemirror-config.js
explorer/src/js/csrf.js
explorer/src/js/explorer.js
explorer/src/js/favorites.js
explorer/src/js/main.js
explorer/src/js/pivot-setup.js
explorer/src/js/pivot.js
explorer/src/js/query-list.js
explorer/src/js/schema.js
explorer/src/js/schemaService.js
explorer/src/js/table-to-csv.js
explorer/src/js/tableDescription.js
explorer/src/js/uploads.js
explorer/src/scss/assistant.scss
explorer/src/scss/choices.scss
explorer/src/scss/explorer.scss
explorer/src/scss/pivot.css
explorer/src/scss/styles.scss
explorer/src/scss/variables.scss
explorer/static/explorer/_commonjsHelpers.5.3.js
explorer/static/explorer/bootstrap-icons.woff
explorer/static/explorer/bootstrap-icons.woff2
explorer/static/explorer/choices.5.3.js
explorer/static/explorer/csrf.5.3.js
explorer/static/explorer/explorer.5.3.js
explorer/static/explorer/favorites.5.3.js
explorer/static/explorer/index.5.3.js
explorer/static/explorer/main.5.3.js
explorer/static/explorer/pivot-setup.5.3.js
explorer/static/explorer/query-list.5.3.js
explorer/static/explorer/schema.5.3.js
explorer/static/explorer/styles.css
explorer/static/explorer/tableDescription.5.3.js
explorer/static/explorer/uploads.5.3.js
explorer/static/explorer/images/logo-main.svg
explorer/static/explorer/images/logo.png
explorer/templates/assistant/table_description_confirm_delete.html
explorer/templates/assistant/table_description_form.html
explorer/templates/assistant/table_description_list.html
explorer/templates/connections/connection_upload.html
explorer/templates/connections/connections.html
explorer/templates/connections/database_connection_confirm_delete.html
explorer/templates/connections/database_connection_detail.html
explorer/templates/connections/database_connection_form.html
explorer/templates/explorer/assistant.html
explorer/templates/explorer/base.html
explorer/templates/explorer/export_buttons.html
explorer/templates/explorer/fullscreen.html
explorer/templates/explorer/params.html
explorer/templates/explorer/pdf_template.html
explorer/templates/explorer/play.html
explorer/templates/explorer/preview_pane.html
explorer/templates/explorer/query.html
explorer/templates/explorer/query_confirm_delete.html
explorer/templates/explorer/query_favorite_button.html
explorer/templates/explorer/query_favorites.html
explorer/templates/explorer/query_list.html
explorer/templates/explorer/querylog_list.html
explorer/templates/explorer/schema.html
explorer/templates/explorer/schema_error.html
explorer/templatetags/__init__.py
explorer/templatetags/explorer_tags.py
explorer/templatetags/vite.py
explorer/tests/__init__.py
explorer/tests/factories.py
explorer/tests/settings.py
explorer/tests/settings_base.py
explorer/tests/test_actions.py
explorer/tests/test_apps.py
explorer/tests/test_assistant.py
explorer/tests/test_create_sqlite.py
explorer/tests/test_csrf_cookie_name.py
explorer/tests/test_db_connection_utils.py
explorer/tests/test_exporters.py
explorer/tests/test_forms.py
explorer/tests/test_mime.py
explorer/tests/test_models.py
explorer/tests/test_schema.py
explorer/tests/test_tasks.py
explorer/tests/test_telemetry.py
explorer/tests/test_type_infer.py
explorer/tests/test_utils.py
explorer/tests/test_views.py
explorer/tests/csvs/all_types.csv
explorer/tests/csvs/dates.csv
explorer/tests/csvs/floats.csv
explorer/tests/csvs/integers.csv
explorer/tests/csvs/mixed.csv
explorer/tests/csvs/rc_sample.csv
explorer/tests/csvs/test_case1.csv
explorer/tests/json/github.json
explorer/tests/json/kings.json
explorer/tests/json/list.json
explorer/views/__init__.py
explorer/views/auth.py
explorer/views/create.py
explorer/views/delete.py
explorer/views/download.py
explorer/views/email.py
explorer/views/export.py
explorer/views/format_sql.py
explorer/views/list.py
explorer/views/mixins.py
explorer/views/query.py
explorer/views/query_favorite.py
explorer/views/schema.py
explorer/views/stream.py
explorer/views/utils.py
requirements/base.txt
requirements/dev.txt
requirements/tests.txt
requirements/extra/assistant.txt
requirements/extra/charts.txt
requirements/extra/snapshots.txt
requirements/extra/uploads.txt
requirements/extra/xls.txt