.env.example
.gitignore
.pre-commit-config.yaml
CLAUDE.md
CONTRIBUTING.md
README.md
pyproject.toml
requirements.txt
.claude/settings.json
.claude/references/design.md
.claude/references/discuss.md
.claude/skills/coupling-analysis/SKILL.md
.claude/skills/domain-analysis/SKILL.md
.claude/skills/prd/SKILL.md
.claude/skills/ralph/SKILL.md
.claude/skills/ruff-format-after-edits/SKILL.md
.github/workflows/code-quality.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
scripts/client_example.py
scripts/test_connection.py
scripts/ralph/.last-branch
scripts/ralph/CLAUDE.md
scripts/ralph/prd.json
scripts/ralph/progress.txt
scripts/ralph/ralph.sh
scripts/ralph/archive/2026-04-02-python-db-connector/prd.json
scripts/ralph/archive/2026-04-02-python-db-connector/progress.txt
src/db_connector/__init__.py
src/db_connector/async_client.py
src/db_connector/config.py
src/db_connector/error_mapping.py
src/db_connector/errors.py
src/db_connector/py.typed
src/db_connector/sync_client.py
src/python_db_connector.egg-info/PKG-INFO
src/python_db_connector.egg-info/SOURCES.txt
src/python_db_connector.egg-info/dependency_links.txt
src/python_db_connector.egg-info/requires.txt
src/python_db_connector.egg-info/top_level.txt
tasks/prd-executemany.md
tasks/prd-python-db-connector.md
tests/__init__.py
tests/conftest.py
tests/test_async_client.py
tests/test_async_pool.py
tests/test_config.py
tests/test_error_mapping.py
tests/test_errors.py
tests/test_sync_client.py
tests/test_sync_pool.py