.gitignore
CHANGELOG.rst
LICENSE
README.rst
setup.cfg
setup.py
.github/workflows/test.yaml
aiochsa/__init__.py
aiochsa/client.py
aiochsa/compiler.py
aiochsa/dialect.py
aiochsa/error_codes.py
aiochsa/exc.py
aiochsa/parser.py
aiochsa/pool.py
aiochsa/py.typed
aiochsa/record.py
aiochsa/sql.py
aiochsa/type.lark
aiochsa/types.py
aiochsa.egg-info/PKG-INFO
aiochsa.egg-info/SOURCES.txt
aiochsa.egg-info/dependency_links.txt
aiochsa.egg-info/requires.txt
aiochsa.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/docker-compose.yml
tests/test_exc.py
tests/test_execute.py
tests/test_parser.py
tests/test_pool.py
tests/test_record.py
tests/test_types.py