Structs§
- Database
- The database is represented by this structure.assert_eq!
- TxnSnapshot
- Snapshot of the mutable in-memory state taken at
BEGINtime soROLLBACKcan restore it. Seebegin_transaction,rollback_transaction.tablesis deep-cloned (theTable::deep_clonehelper reallocates theArc<Mutex<_>>row storage so snapshot and live state don’t share a map).