1

I would like to log SQLAlchemy INSERT\UPDATE\DELETE operations after they have been committed into the database. Is there a way to this based on SQLAlchemy events? Events, such as after_update, after_insert refer to Python objects, thus are not really helpful in case of a rollback, for example.

Amirfel
  • 57
  • 1
  • 4

0 Answers0