alembic
https://github.com/sqlalchemy/alembic
Python
A database migrations tool for SQLAlchemy.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to alembic
Help out
- Issues
- Support for Manual Migrations
- implement type detection change for MySQL ENUM
- Wrong order when renaming foreign keys
- git does not commit "versions" by default, so we should possibly ensure some file is present there
- Support for MySQL/MariaDB online migrations (support custom keyword arguments for operations)
- document what include_schemas does and include notes about the significance of default schema name
- re-introduce hardcoded per-dialect type argument comparison rules for specific cases such as PG VARCHAR length missing or not
- Autogenerate does not consider schema for enum type
- Running `alter table` revisions w/batch operations on SQLite raises an error if table referenced in a view
- prepend_sys_path does not work with absolute paths on windows
- Docs
- Python not yet supported