A sqlalchemy/alembic extension for migrating procedures and views
Project description
# Alembic Utils
—
Documentation: <a href=”https://olirice.github.io/alembic_utils” target=”_blank”>https://olirice.github.io/alembic_utils</a>
Source Code: <a href=”https://github.com/olirice/alembic_utils” target=”_blank”>https://github.com/olirice/alembic_utils</a>
—
Autogenerate Support for PostgreSQL Functions and (soon) Views
[Alembic](https://alembic.sqlalchemy.org/en/latest/) is the defacto migration tool for usage with [SQLAlchemy](https://www.sqlalchemy.org/). Without extensions, alembic can detect local changes to SQLAlchemy models and autogenerate a database migration or “revision” script. That revision can be applied to update the database’s schema to match the SQLAlchemy model definitions.
Alembic Utils is an extension to alembic that adds autogeneration support for [PostgreSQL](https://www.postgresql.org/) functions and (soon) views.
Visit the [quickstart guide](https://olirice.github.io/alembic_utils/quickstart/) for usage instructions.
<p align=”center”>—— ——</p>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.