diff options
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 |
commit | abbd371347da226f12d5b303f0354cec5bb88a71 (patch) | |
tree | 2b12801a60dff9a0af879db5b4bbf3bb17f37492 /python/sqlalchemy-migrate/README | |
parent | 35647aace5943830f55a932b728044a693941235 (diff) | |
download | slackbuilds-abbd371347da226f12d5b303f0354cec5bb88a71.tar.gz |
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/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. |