diff options
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 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 |