diff options
author | Christopher Walker <kris240376@gmail.com> | 2017-01-19 21:24:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:33 +0700 |
commit | 680cb452f02525c26343bf43c0e411cb072b7329 (patch) | |
tree | f6063c430a86f4bdcd330a1f4b41b7d1d04dd9f2 /development/alembic/README | |
parent | 06c811550d310b27448bbd11dadce1ccb71b9aad (diff) |
development/alembic: Added (database migration tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/alembic/README')
-rw-r--r-- | development/alembic/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/alembic/README b/development/alembic/README new file mode 100644 index 0000000000000..55a00fcef71c2 --- /dev/null +++ b/development/alembic/README @@ -0,0 +1,7 @@ +Alembic is a lightweight database migration tool for use with the +SQLAlchemy Database Toolkit for Python. + +This package can be used to create databases for use with the Asterisk +project. + +Optional dependencies: postgresql and psycopg2 |