Skip to content
Commit e9f8f998 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

databases/py-alembic16: New port

Alembic is a new database migrations tool, written by the author of
SQLAlchemy. A migrations tool offers the following functionality:

- Can emit ALTER statements to a database in order to change the structure of
  tables and other constructs
- Provides a system whereby "migration scripts" may be constructed; each
  script indicates a particular series of steps that can "upgrade" a target
  database to a new version, and optionally a series of steps that can
  "downgrade" similarly, doing the same steps in reverse.
- Allows the scripts to execute in some sequential manner.

WWW: http://alembic.zzzcomputing.com/

PR:		258941
Reported by:	einar@isnic.is
parent 125faea5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment