Skip to main content

Module database

Module database 

Source

Structs§

Database
The database is represented by this structure.assert_eq!
TxnSnapshot
Snapshot of the mutable in-memory state taken at BEGIN time so ROLLBACK can restore it. See begin_transaction, rollback_transaction. tables is deep-cloned (the Table::deep_clone helper reallocates the Arc<Mutex<_>> row storage so snapshot and live state don’t share a map).