.. -*- mode: rst -*-

svargaext.sqlamigrate
=====================

Svarga extension to simplify database schema migration management of the svarga
applications.

In short, does following:

1. Enables migration support for selected application
2. Replaces syncdb to work through the sqlalchemy-migrate
3. Provides nice command to compare schema in the database against existing
   model definitions to create migration script.

For more information, check documentation.

How to install from repository
------------------------------

It's that easy::

  pip install hg+http://bitbucket.org/joes/svargaext.sqlamigrate/

