Skip to main contentModule transaction
Source - Prepared
- Prepared statement tied to a
SQLite transaction. - PreparedExecute
- Builder for executing a prepared SQLite DML statement inside a transaction.
- PreparedSelect
- Builder for executing a prepared SQLite SELECT inside a transaction.
- Tx
- Transaction handle that owns the
SQLite connection until completion.
- begin_transaction
- Begin a transaction, temporarily taking ownership of the pooled
SQLite connection
until commit/rollback (or drop) returns it to the wrapper.