Expand description

Types related to database connections

Structs

An implementation of TransactionManager which can be used for backends which use ANSI standard syntax for savepoints such as SQLite and PostgreSQL.

Valid transaction status for the manager. Can return the current transaction depth

Enums

Status of the transaction manager

Traits

A variant of the Connection trait that is usable with dynamic dispatch

A connection to a database

Perform simple operations on a backend.

Manages the internal transaction state for a connection.

Type Definitions