CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
install.json
package.json
pyproject.toml
setup.py
tsconfig.json
yarn.lock
jupyter-config/nb-config/jupyterlab_sql_plugin.json
jupyter-config/server-config/jupyterlab_sql_plugin.json
jupyterlab_sql_plugin/__init__.py
jupyterlab_sql_plugin/_version.py
jupyterlab_sql_plugin/cache.py
jupyterlab_sql_plugin/connection_url.py
jupyterlab_sql_plugin/executor.py
jupyterlab_sql_plugin/handlers.py
jupyterlab_sql_plugin/models.py
jupyterlab_sql_plugin/request_decoder.py
jupyterlab_sql_plugin/responses.py
jupyterlab_sql_plugin/schema_loader.py
jupyterlab_sql_plugin/serializer.py
jupyterlab_sql_plugin/version.py
jupyterlab_sql_plugin.egg-info/PKG-INFO
jupyterlab_sql_plugin.egg-info/SOURCES.txt
jupyterlab_sql_plugin.egg-info/dependency_links.txt
jupyterlab_sql_plugin.egg-info/not-zip-safe
jupyterlab_sql_plugin.egg-info/requires.txt
jupyterlab_sql_plugin.egg-info/top_level.txt
jupyterlab_sql_plugin/labextension/build_log.json
jupyterlab_sql_plugin/labextension/package.json
jupyterlab_sql_plugin/labextension/schemas/jupyterlab-sql-plugin/package.json.orig
jupyterlab_sql_plugin/labextension/schemas/jupyterlab-sql-plugin/plugin.json
jupyterlab_sql_plugin/labextension/static/lib_index_js.af2355d778bcdf9c10c9.js
jupyterlab_sql_plugin/labextension/static/lib_index_js.af2355d778bcdf9c10c9.js.map
jupyterlab_sql_plugin/labextension/static/remoteEntry.771ff9fc6a526433b309.js
jupyterlab_sql_plugin/labextension/static/remoteEntry.771ff9fc6a526433b309.js.map
jupyterlab_sql_plugin/labextension/static/style.js
jupyterlab_sql_plugin/labextension/static/style_index_js.3277283731e17752db4e.js
jupyterlab_sql_plugin/labextension/static/style_index_js.3277283731e17752db4e.js.map
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_classnames_index_js-node_modules_css-loader_dist_runtime_getUrl_js-node_-91c075.1b7f0ab3835c29fab2ff.js
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_classnames_index_js-node_modules_css-loader_dist_runtime_getUrl_js-node_-91c075.1b7f0ab3835c29fab2ff.js.map
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_cssW-72eba1.b9e27b4d373e9ca6dd02.js
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_cssW-72eba1.b9e27b4d373e9ca6dd02.js.map
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_lumino_datagrid_dist_index_es6_js.6fd7c79399d18ea8a37e.js
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_lumino_datagrid_dist_index_es6_js.6fd7c79399d18ea8a37e.js.map
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_uuid_dist_esm-browser_index_js.fd55965ba42e321b781a.js
jupyterlab_sql_plugin/labextension/static/vendors-node_modules_uuid_dist_esm-browser_index_js.fd55965ba42e321b781a.js.map
jupyterlab_sql_plugin/schemas/database-structure.json
jupyterlab_sql_plugin/schemas/sql-query.json
jupyterlab_sql_plugin/schemas/table-structure.json
jupyterlab_sql_plugin/tests/__init__.py
jupyterlab_sql_plugin/tests/test_cache.py
jupyterlab_sql_plugin/tests/test_connection_url.py
jupyterlab_sql_plugin/tests/test_request_decoder.py
jupyterlab_sql_plugin/tests/test_responses.py
jupyterlab_sql_plugin/tests/test_schema_loader.py
jupyterlab_sql_plugin/tests/test_serializer.py
schema/plugin.json
src/index.ts
src/page.ts
src/tracker.ts
src/widget.ts
src/api/databaseStructure.ts
src/api/index.ts
src/api/query.ts
src/api/server.ts
src/api/tableStructure.ts
src/api/.ipynb_checkpoints/query-checkpoint.ts
src/components/PreWidget.ts
src/components/ResultsTable.ts
src/components/SingletonPanel.ts
src/components/Table.ts
src/components/ToolbarItems.ts
src/components/index.ts
src/connection/connectionEditor.tsx
src/connection/index.ts
src/databaseSummary/content.tsx
src/databaseSummary/index.ts
src/databaseSummary/toolbar.ts
src/query/editor.ts
src/query/index.ts
src/query/response.ts
src/query/toolbar.ts
src/services/connectionUrl.ts
src/services/index.ts
src/services/signalConnector.ts
src/services/dataGridExtensions/columnWidth.ts
src/services/dataGridExtensions/events.ts
src/services/dataGridExtensions/fontWidth.ts
src/services/dataGridExtensions/index.ts
src/services/dataGridExtensions/selectionManager.ts
src/tableSummary/index.ts
src/tableSummary/toolbar.ts
style/base.css
style/index.css
style/index.js
style/icons/database.svg