SQL migrations for python and postgres


License
MIT
Install
pip install arctic-tern==0.2.0

Documentation

Arctic Tern: Simple Postgres migrations for Python

https://travis-ci.org/ConvergysLabs/arctic-tern.svg?branch=master codecov.io https://upload.wikimedia.org/wikipedia/commons/2/29/2009_07_02_-_Arctic_tern_on_Farne_Islands_-_The_blue_rope_demarcates_the_visitors%27_path.JPG

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.