.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
README.rst
build.sh
cleanup.sh
mkdocs.yml
pyproject.toml
requirements.txt
docs/about.md
docs/changelog.md
docs/index.md
docs/requirements.txt
docs/roadmap.md
docs/configuration/authenticator.md
docs/configuration/basic.md
docs/configuration/connections.md
docs/configuration/options.md
docs/configuration/profiler.md
docs/configuration/tokenizer.md
docs/images/dynamodb_table_create_profiles.png
docs/images/dynamodb_table_create_tokens.png
docs/images/favicon.svg
docs/images/logo-white.png
docs/images/logo.png
docs/images/logo.svg
docs/images/screen_basic.png
docs/installation/apache.md
docs/installation/aws.md
src/config/settings.yml
src/querycommander/.htaccess
src/querycommander/__init__.py
src/querycommander/index.py
src/querycommander/start.py
src/querycommander.egg-info/PKG-INFO
src/querycommander.egg-info/SOURCES.txt
src/querycommander.egg-info/dependency_links.txt
src/querycommander.egg-info/requires.txt
src/querycommander.egg-info/top_level.txt
src/querycommander/connectors/__init__.py
src/querycommander/connectors/mysqldb.py
src/querycommander/connectors/oracle.py
src/querycommander/connectors/postgres.py
src/querycommander/connectors/redshift.py
src/querycommander/connectors/selector.py
src/querycommander/connectors/extra_sql/redshift_tables.sql
src/querycommander/core/__init__.py
src/querycommander/core/authenticator.py
src/querycommander/core/config.py
src/querycommander/core/connections.py
src/querycommander/core/helpers.py
src/querycommander/core/interactions.py
src/querycommander/core/profiler.py
src/querycommander/core/tokenizer.py
src/querycommander/functions/__init__.py
src/querycommander/functions/meta.py
src/querycommander/functions/query.py
src/querycommander/static/bglogin.jpg
src/querycommander/static/favicon.svg
src/querycommander/static/index.html
src/querycommander/static/logo.png
src/querycommander/static/logo.svg
src/querycommander/static/script.js
src/querycommander/static/structure.css
src/querycommander/static/test.html
src/querycommander/static/theme.css
tests/.gitkeep