Contents

alembic 1.18.4

0

A database migration tool for SQLAlchemy.

A database migration tool for SQLAlchemy.

Stars: 3963, Watchers: 3963, Forks: 313, Open Issues: 116

The sqlalchemy/alembic repo was created 7 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3963 github stars!

How to Install alembic

You can install alembic using pip

pip install alembic

or add it to a project with poetry

poetry add alembic

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/alembic/
Documentation:
https://alembic.sqlalchemy.org/en/latest/
GitHub Repo:
https://github.com/sqlalchemy/alembic

Classifiers

  • Database/Front-Ends
No  alembic  pypi packages just yet.

Errors

A list of common alembic errors.

Code Examples

Here are some alembic code examples and snippets.

GitHub Issues

The alembic package has 116 open issues on GitHub

  • Add support for PostgreSQL ALTER TABLE ... ADD COLUMN ... REFERENCES
  • Fix typo and grammar in autogenerate documentation
  • Boolean create_constraint generating double CHECK
  • Fixes: #1222 - Add reversed option when listing history of revisions
  • fix(typings): improve typing for server_default
  • [typing] alter_table does not accept sa.null() as server_default
  • Function add_column doesn't work for primary_key
  • better way to look at the more recent revision from alembic history output
  • Migration downgrade doesn't drop type created by Enum

See more issues on GitHub

Related Packages & Articles

flask-appbuilder 5.1.0

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.