alembic-pg-autogen¶
Alembic autogenerate extension for PostgreSQL functions and triggers.
If you’ve been manually writing op.execute() calls every time you add or change a PL/pgSQL function,
this package automates that: declare your DDL strings and let alembic revision --autogenerate figure
out the CREATE, DROP, and CREATE OR REPLACE for you.
Contents
LLM-friendly documentation¶
This documentation is also available in plain-text formats designed for large language models:
llms.txt — concise overview with links to each page
llms-full.txt — complete documentation in a single file
See llmstxt.org for more about the llms.txt standard.