7 lines
226 B
Python
7 lines
226 B
Python
"""
|
|
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.
|
|
"""
|