Announcing the release of evolutions 0.8.1

Evolutions is a new Python 3 tool for managing relational database schema
evolution and data migration, modeled on the Scala/Java play-evolutions
library (https://www.playframework.com/documentation/2.7.x/Evolutions).  It
employs a minimalist approach supporting only linear history and pure SQL
migrations that works and stays out of your way in development and production
environments.  Application framework agnostic.

This release is feature complete but beta status.  Not recommended for
production.  We will release 1.0 once there has been enough field use to make
us confident that bugs have been flushed out and the tool is proven suitably
robust.

License:      BSD
Package:      https://pypi.org/project/evolutions/0.8.1/
Development:  https://github.com/arobertn/evolutions
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to