Expand description
Transaction support for SQLx.
Structs§
- Transaction
Options - Options for starting a transaction.
Enums§
- Access
Mode - Transaction access mode.
- Isolation
Level - Transaction isolation levels.
Functions§
- with_
transaction - Generic transaction wrapper for the SqlxPool enum.
- with_
transaction_ pg - Execute a closure within a PostgreSQL transaction.