alembic 1.13.3
0
A database migration tool for SQLAlchemy.
Contents
A database migration tool for SQLAlchemy.
Stars: 2776, Watchers: 2776, Forks: 241, Open Issues: 120The sqlalchemy/alembic
repo was created 5 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2776 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
Related Packages
Errors
A list of common alembic errors.
Code Examples
Here are some alembic
code examples and snippets.
GitHub Issues
The alembic package has 120 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
)