Arctic Tern: Simple Postgres migrations for Python
You can be strongly migratory, too!
Feature Support
- Plain SQL update scripts
- Timestamped update scripts
- Code-level integration (no CLI needed)
Arctic Tern officially supports Python 3.6+
Installation
To install Arctic Tern, simply pip install arctic-tern
Publishing
python setup.py sdist bdist
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/arctic_tern-0.1.11.tar.gz
Documentation
Documentation is good! We should get some.
How to Contribute
This would also be good.