LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
dbcls/__init__.py
dbcls/autocomplete.py
dbcls/dbcls.py
dbcls/editor.py
dbcls/pipeline.py
dbcls/plugins.py
dbcls/utils.py
dbcls.egg-info/PKG-INFO
dbcls.egg-info/SOURCES.txt
dbcls.egg-info/dependency_links.txt
dbcls.egg-info/entry_points.txt
dbcls.egg-info/not-zip-safe
dbcls.egg-info/requires.txt
dbcls.egg-info/top_level.txt
dbcls/clients/__init__.py
dbcls/clients/base.py
dbcls/clients/cassandra.py
dbcls/clients/clickhouse.py
dbcls/clients/mysql.py
dbcls/clients/postgres.py
dbcls/clients/sqlite3.py
dbcls/llm/__init__.py
dbcls/llm/chat.py
dbcls/llm/client.py
dbcls/llm/pipeline_reference.md
dbcls/llm/plugin.py
dbcls/llm/prompt.py
dbcls/llm/reference.py
dbcls/llm/tools.py
dbcls/vd_modules/__init__.py
dbcls/vd_modules/vd_db_browser.py
dbcls/vd_modules/vd_lock.py
dbcls/vd_modules/vd_plotter.py
dbcls/vd_modules/vd_utils.py
dbcls/vd_modules/vf_funcs.py
tests/__init__.py
tests/conftest.py
tests/test_async_helpers.py
tests/test_autocomplete.py
tests/test_chat_window.py
tests/test_clickhouse_client.py
tests/test_client_base.py
tests/test_edit_sql.py
tests/test_folding.py
tests/test_info_popup_copy.py
tests/test_info_popup_search.py
tests/test_key_dispatch.py
tests/test_line_input_editing.py
tests/test_llm_client.py
tests/test_llm_prompt.py
tests/test_lock_screen.py
tests/test_pipeline.py
tests/test_plugins.py
tests/test_readonly.py
tests/test_sql_selection.py
tests/test_sqlite3_client.py
tests/test_textarea.py
tests/test_user_prompts.py
tests/test_utils.py
tests/test_vars_sheet.py