Contents

alembic 1.13.1

0

A database migration tool for SQLAlchemy.

A database migration tool for SQLAlchemy.

Stars: 2436, Watchers: 2436, Forks: 227, Open Issues: 109

The sqlalchemy/alembic repo was created 5 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 2436 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
Mike Bayer
License
MIT
Homepage
https://alembic.sqlalchemy.org
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 109 open issues on GitHub

  • MSSQL needs "NOT NULL" sent explicitly for a change in type to maintain not null
  • Add BatchOperations return type annotation to batch_alter_table
  • Add support for temporal table migrations (WITH SYSTEM VERSIONING)

See more issues on GitHub

Related Packages & Articles

Flask-AppBuilder 4.4.1

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.