Expand description
Version history storage for memory records.
Manages the memory_versions table: inserts a new version snapshot on
every update so the restore command can roll back to any prior body.
Functions§
- insert_
version - Insert version.
- next_
version - Next version.