.env
.gitignore
.pre-commit-config.yaml
.snyk
.sqlfluff
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
RELEASE.md
docker-compose.yml
pyproject.toml
requirements.txt
.github/workflows/publish-image.yml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
.github/workflows/snyk-scan.yml
bin/get-max-migration-version.py
src/swoop.db.egg-info/PKG-INFO
src/swoop.db.egg-info/SOURCES.txt
src/swoop.db.egg-info/dependency_links.txt
src/swoop.db.egg-info/entry_points.txt
src/swoop.db.egg-info/requires.txt
src/swoop.db.egg-info/top_level.txt
src/swoop/db/__init__.py
src/swoop/db/__main__.py
src/swoop/db/cli.py
src/swoop/db/py.typed
src/swoop/db/schema.sql
src/swoop/db/fixtures/base_01.sql
src/swoop/db/migrations/00000_base_schema.up.sql
src/swoop/db/migrations/00001_version.up.sql
src/swoop/db/migrations/00002_cache_func.down.sql
src/swoop/db/migrations/00002_cache_func.up.sql
src/swoop/db/migrations/00003_remove_items.up.sql
src/swoop/db/migrations/00004_update_thread.down.sql
src/swoop/db/migrations/00004_update_thread.up.sql
src/swoop/db/migrations/00005_handler_type.down.sql
src/swoop/db/migrations/00005_handler_type.up.sql
src/swoop/db/migrations/00006_workflow_constraint.down.sql
src/swoop/db/migrations/00006_workflow_constraint.up.sql
src/swoop/db/migrations/00007_change-uuid-formats.up.sql
tests/conftest.py
tests/test_cli.py
tests/test_database.py
tests/test_migrations.py
tests/fixtures/migrations/0_base_01.sql
tests/fixtures/migrations/1_result.sql
tests/fixtures/migrations/2_base_01.sql
tests/fixtures/migrations/2_result.sql
tests/fixtures/migrations/6_base_01.sql
tests/fixtures/migrations/6_result.sql
tests/fixtures/migrations/7_base_01.sql
tests/fixtures/migrations/7_result.sql
tests/fixtures/migrations/README.md
tests/pgtap/test_action.sql
tests/pgtap/test_find_cached_action_for_payload.sql
tests/pgtap/test_limit-locking.sql
tests/pgtap/test_uuid_v7.sql