.gitignore
LICENSE
README.md
pyproject.toml
reference.md
.github/workflows/python-package.yml
commondao/__init__.py
commondao/annotation.py
commondao/commondao.py
commondao/error.py
commondao.egg-info/PKG-INFO
commondao.egg-info/SOURCES.txt
commondao.egg-info/dependency_links.txt
commondao.egg-info/requires.txt
commondao.egg-info/top_level.txt
tests/__init__.py
tests/test_model_validation.py
tests/test_utility_functions.py
tests/e2e/__init__.py
tests/e2e/test_connection.py
tests/e2e/test_crud_operations.py
tests/e2e/test_data_validation.py
tests/e2e/test_error_handling.py
tests/e2e/test_query_execution.py
tests/e2e/test_raw_sql.py
tests/e2e/test_select_methods.py
tests/e2e/test_transactions.py