Files
sqlalchemy/examples/versioned_rows/__init__.py
T
2013-11-30 10:34:09 -05:00

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::
"""