.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/ci.yml
aesqlapius/__init__.py
aesqlapius/args.py
aesqlapius/asyncmethod.py
aesqlapius/function_def.py
aesqlapius/hook.py
aesqlapius/method.py
aesqlapius/namespace.py
aesqlapius/output.py
aesqlapius/py.typed
aesqlapius/query.py
aesqlapius/querydir.py
aesqlapius.egg-info/PKG-INFO
aesqlapius.egg-info/SOURCES.txt
aesqlapius.egg-info/dependency_links.txt
aesqlapius.egg-info/top_level.txt
aesqlapius/drivers/__init__.py
aesqlapius/drivers/aiopg.py
aesqlapius/drivers/asyncpg.py
aesqlapius/drivers/mysql.py
aesqlapius/drivers/psycopg2.py
aesqlapius/drivers/sqlite3.py
tests/__init__.py
tests/fixtures.py
tests/helpers.py
tests/test_api.py
tests/test_args.py
tests/test_function_def.py
tests/test_generate_api.py
tests/test_namespace.py
tests/test_output.py
tests/test_parser.py
tests/queries/ping.sql
tests/queries/api/__init__.sql
tests/queries/api/get/__init__.sql
tests/queries/namespace/root/file_a.sql
tests/queries/namespace/root/file_b.sql