summaryrefslogtreecommitdiffstats
path: root/python/sqlalchemy-migrate/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2014-09-27 20:14:32 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-27 20:14:32 +0700
commitabbd371347da226f12d5b303f0354cec5bb88a71 (patch)
tree2b12801a60dff9a0af879db5b4bbf3bb17f37492 /python/sqlalchemy-migrate/README
parent35647aace5943830f55a932b728044a693941235 (diff)
downloadslackbuilds-abbd371347da226f12d5b303f0354cec5bb88a71.tar.gz
slackbuilds-abbd371347da226f12d5b303f0354cec5bb88a71.tar.xz
python/sqlalchemy-migrate: Added (Database schema migration).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.