SQLAlchemy-Continuum¶
SQLAlchemy-Continuum is a versioning and auditing extension for SQLAlchemy: it creates version records for inserts, updates and deletes of your models, tied to transaction records that can be queried afterwards.
Getting started¶
New to SQLAlchemy-Continuum? Start with the Introduction, which covers the feature set, installation and basic usage.