.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/bench_imports.py
benchmarks/bench_sqrrl.py
examples/__init__.py
examples/main.py
examples/models.py
examples/schema.py
examples/sqrrl.json
examples/migrations/000001_initial.json
examples/migrations/000001_initial.sql
sqrrl/__init__.py
sqrrl/__main__.py
sqrrl/cli.py
sqrrl/errors.py
sqrrl/generate.py
sqrrl/migrate.py
sqrrl/py.typed
sqrrl/runtime.py
sqrrl/schema.py
sqrrl.egg-info/PKG-INFO
sqrrl.egg-info/SOURCES.txt
sqrrl.egg-info/dependency_links.txt
sqrrl.egg-info/entry_points.txt
sqrrl.egg-info/requires.txt
sqrrl.egg-info/top_level.txt
tests/conftest.py
tests/test_async.py
tests/test_cli.py
tests/test_generate.py
tests/test_migrate.py
tests/test_pass_regressions.py
tests/test_regressions.py
tests/test_runtime.py
tests/test_schema.py