.env
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
docker-compose.yml
pyproject.toml
requirements.txt
.github/workflows/python-publish.yaml
.github/workflows/python-test.yml
.github/workflows/snyk-scan.yml
src/dbami/__init__.py
src/dbami/__main__.py
src/dbami/cli.py
src/dbami/constants.py
src/dbami/db.py
src/dbami/exceptions.py
src/dbami/pg_dump.py
src/dbami/py.typed
src/dbami/util.py
src/dbami/version.py
src/dbami.egg-info/PKG-INFO
src/dbami.egg-info/SOURCES.txt
src/dbami.egg-info/dependency_links.txt
src/dbami.egg-info/entry_points.txt
src/dbami.egg-info/requires.txt
src/dbami.egg-info/top_level.txt
tests/conftest.py
tests/test_cleanup.py
tests/test_cli.py
tests/test_db.py
tests/test_find_next_migration.py
tests/test_migration.py
tests/test_pg_dump.py
tests/test_sqlfile.py