summaryrefslogtreecommitdiffstats
path: root/python/sqlalchemy-migrate/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/sqlalchemy-migrate/README')
-rw-r--r--python/sqlalchemy-migrate/README3
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.