diff options
Diffstat (limited to 'python/sqlalchemy-migrate/README')
-rw-r--r-- | python/sqlalchemy-migrate/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/sqlalchemy-migrate/README b/python/sqlalchemy-migrate/README new file mode 100644 index 0000000000..708e4d04eb --- /dev/null +++ b/python/sqlalchemy-migrate/README @@ -0,0 +1,3 @@ +Migrate extends SQLAlchemy to have database changeset handling. It +provides a database change repository mechanism which can be used from +the command line as well as from inside python code. |