Module diesel::connection

source ·
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.
  • The default loading mode provided by a Connection.
  • InTransactionStatusNon-i-implement-a-third-party-backend-and-opt-into-breaking-changes
    Various status fields to track the status of a transaction manager with a started transaction
  • ValidTransactionManagerStatusNon-i-implement-a-third-party-backend-and-opt-into-breaking-changes
    Valid transaction status for the manager. Can return the current transaction depth

Enums

Traits