CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
specs/001-ai-powered-database/data-model.md
specs/001-ai-powered-database/plan.md
specs/001-ai-powered-database/quickstart.md
specs/001-ai-powered-database/research.md
specs/001-ai-powered-database/spec.md
specs/001-ai-powered-database/checklists/requirements.md
specs/001-ai-powered-database/contracts/websocket-spec.md
specs/002-command-line-interface/MVP_COMPLETE.md
specs/002-command-line-interface/PHASE_10_COMPLETE.md
specs/002-command-line-interface/PHASE_11_COMPLETE.md
specs/002-command-line-interface/PHASE_8_COMPLETE.md
specs/002-command-line-interface/PHASE_9_COMPLETE.md
specs/002-command-line-interface/PROJECT_COMPLETE.md
specs/002-command-line-interface/data-model.md
specs/002-command-line-interface/plan.md
specs/002-command-line-interface/quickstart.md
specs/002-command-line-interface/research.md
specs/002-command-line-interface/spec.md
specs/002-command-line-interface/tasks.md
specs/002-command-line-interface/checklists/requirements.md
specs/002-command-line-interface/contracts/cli-commands.md
specs/003-export-and-save/data-model.md
specs/003-export-and-save/plan.md
specs/003-export-and-save/quickstart.md
specs/003-export-and-save/research.md
specs/003-export-and-save/spec.md
specs/003-export-and-save/tasks.md
specs/003-export-and-save/checklists/requirements.md
specs/003-export-and-save/contracts/export_api.md
specs/004-natural-language-based/data-model.md
specs/004-natural-language-based/plan.md
specs/004-natural-language-based/quickstart.md
specs/004-natural-language-based/research.md
specs/004-natural-language-based/spec.md
specs/004-natural-language-based/tasks.md
specs/004-natural-language-based/checklists/requirements.md
specs/004-natural-language-based/contracts/python_api.md
specs/004-natural-language-based/contracts/repl_commands.md
specs/005-add-test-data/data-model.md
specs/005-add-test-data/plan.md
specs/005-add-test-data/quickstart.md
specs/005-add-test-data/research.md
specs/005-add-test-data/spec.md
specs/005-add-test-data/tasks.md
specs/005-add-test-data/checklists/requirements.md
specs/005-add-test-data/contracts/test_data_generator_api.py
src/cli/__init__.py
src/cli/config.py
src/cli/credentials.py
src/cli/database.py
src/cli/errors.py
src/cli/history.py
src/cli/llm.py
src/cli/logging.py
src/cli/main.py
src/cli/migrations.py
src/cli/models.py
src/cli/repl.py
src/cli/schema_introspection.py
src/cli/commands/__init__.py
src/cli/commands/config.py
src/cli/commands/connect.py
src/cli/commands/migrate.py
src/cli/commands/query.py
src/cli/commands/schema.py
src/cli/export/__init__.py
src/cli/export/exceptions.py
src/cli/export/exporter.py
src/cli/export/file_utils.py
src/cli/export/streaming.py
src/cli/formatting/__init__.py
src/cli/formatting/csv_formatter.py
src/cli/formatting/json_formatter.py
src/cli/formatting/markdown_formatter.py
src/cli/formatting/mermaid_formatter.py
src/cli/formatting/sql_formatter.py
src/cli/formatting/table.py
src/cli/schema_design/__init__.py
src/cli/schema_design/conversation.py
src/cli/schema_design/data_synthesizer.py
src/cli/schema_design/ddl_generator.py
src/cli/schema_design/file_analyzer.py
src/cli/schema_design/insertion_executor.py
src/cli/schema_design/schema_generator.py
src/cli/schema_design/session.py
src/cli/schema_design/test_data_generator.py
src/cli/schema_design/validator.py
src/cli/schema_design/visualizer.py
src/querynl_cli.egg-info/PKG-INFO
src/querynl_cli.egg-info/SOURCES.txt
src/querynl_cli.egg-info/dependency_links.txt
src/querynl_cli.egg-info/entry_points.txt
src/querynl_cli.egg-info/requires.txt
src/querynl_cli.egg-info/top_level.txt