]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
mention autogenerate 3rd party libraries
authorFederico Caselli <cfederico87@gmail.com>
Wed, 9 Aug 2023 19:48:43 +0000 (21:48 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 9 Aug 2023 19:48:43 +0000 (21:48 +0200)
References: #278
Change-Id: I5bdf36bad726b06b906a784a37c6954bfc703036

docs/build/autogenerate.rst

index 4cb800662cc2cc4502812372398a284d2de57f43..57144432560faba1f4072827d07e1b5cb6893ce2 100644 (file)
@@ -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 <https://github.com/olirice/alembic_utils>`_
+  A library that adds autogenerate support PostgreSQL functions, views, triggers, etc.
+* `alembic-postgresql-enum <https://pypi.org/project/alembic-postgresql-enum>`_
+  A library that adds autogenerate support for creation, alteration and deletion of Enums in PostgreSQL.
+
 Autogenerating Multiple MetaData collections
 --------------------------------------------