Skip to main content

Module transaction

Module transaction 

Source

Modules§

proteus

Structs§

EntityId
Identifies one database record: which table it lives in, plus its primary key within that table.
Transaction
This is an in-flight transaction: all operations are buffered in memory, and only applied to the database on commit.