aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/sqlalchemy_migrate-0.7.2-py2.7.egg/migrate/__init__.py
blob: 0cfdb72644da579df7076d74c2852ab425df7293 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
   SQLAlchemy migrate provides two APIs :mod:`migrate.versioning` for
   database schema version and repository management and
   :mod:`migrate.changeset` that allows to define database schema changes
   using Python.
"""

from migrate.versioning import *
from migrate.changeset import *

__version__ = '0.7.2'