Expand description
Types related to database connections
Structs§
- Ansi
Transaction Manager - An implementation of
TransactionManager
which can be used for backends which use ANSI standard syntax for savepoints such as SQLite and PostgreSQL.
Traits§
- Connection
- A connection to a database
- Simple
Connection - Perform simple operations on a backend.
- Transaction
Manager - Manages the internal transaction state for a connection.