Enables table change tracking support for tables defined by SQLAlchemy models.
Additionally, provides a flexible mechanism for enriching table change data with additional metadata (such as a request UUID or a username or ID).
pip install sqlalchemy-postgresql-audit
This is only known to be compatible with the postgresql+psycopg2
dialect.
See Docs