summaryrefslogtreecommitdiffstats
path: root/development/alembic/README
diff options
context:
space:
mode:
author Christopher Walker2017-01-19 22:24:53 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:33 +0100
commit680cb452f02525c26343bf43c0e411cb072b7329 (patch)
treef6063c430a86f4bdcd330a1f4b41b7d1d04dd9f2 /development/alembic/README
parent06c811550d310b27448bbd11dadce1ccb71b9aad (diff)
downloadslackbuilds-680cb452f02525c26343bf43c0e411cb072b7329.tar.gz
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/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/alembic/README b/development/alembic/README
new file mode 100644
index 0000000000..55a00fcef7
--- /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