From: Federico Caselli Date: Wed, 9 Aug 2023 19:48:43 +0000 (+0200) Subject: mention autogenerate 3rd party libraries X-Git-Tag: rel_1_11_3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99beef494468aaaa5024f7224ed8be9fef1583fc;p=thirdparty%2Fsqlalchemy%2Falembic.git mention autogenerate 3rd party libraries References: #278 Change-Id: I5bdf36bad726b06b906a784a37c6954bfc703036 --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index 4cb80066..57144432 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -194,6 +194,14 @@ Autogenerate can't currently, but **will eventually detect**: the supporting SQLAlchemy dialect. * Sequence additions, removals - not yet implemented. +Notable 3-rd party libraries that extend the built-in Alembic autogenerate functionality +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* `alembic-utils `_ + A library that adds autogenerate support PostgreSQL functions, views, triggers, etc. +* `alembic-postgresql-enum `_ + A library that adds autogenerate support for creation, alteration and deletion of Enums in PostgreSQL. + Autogenerating Multiple MetaData collections --------------------------------------------