mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-22 16:41:25 -04:00
7 lines
168 B
Python
7 lines
168 B
Python
"""
|
|
Illustrates an extension which versions data by storing new rows for each change;
|
|
that is, what would normally be an UPDATE becomes an INSERT.
|
|
|
|
.. autosource::
|
|
|
|
""" |