summaryrefslogtreecommitdiff
path: root/examples/versioned_rows/__init__.py
blob: 7a4e89c3347b95ca57f3e153716701b17c3ce4d6 (plain)
1
2
3
4
5
6
7
"""
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::

"""