You can be strongly migratory, too!
- Plain SQL update scripts
- Timestamped update scripts
- Code-level integration (no CLI needed)
- Asyncio compatibiltity using asyncpg
Arctic Tern officially supports Python 3.8+
To install Arctic Tern, simply:
$ pip install arctic-tern
Arctic Tern uses poetry for dependency management and packaging. To install:
$ poetry install
To install with asyncpg:
$ poetry install -E asyncpg
To install with psycopg:
$ poetry install -E psycopg
To build the distributable:
$ poetry build
To publish the package to PyPI:
$ poetry publish
Documentation is good! We should get some.