Modules§
Structs§
- Entity
Id - 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.