Cheatsheets for SQLAlchemy 2.0 (DB-agnostic). Pair with the textbook . For Postgres-specific, see the Postgres cheatsheets .
SQLAlchemy Cheatsheet 11 — Events and Hooks
Cheatsheet: engine events (connect/checkout/before_cursor_execute), session events (before_commit), mapper hooks (before_insert/update/delete), attribute events.