Expand description
Backend-agnostic typestate traits and enums for typed connections.
This module provides traits for typed database connections with compile-time
transaction state tracking, plus backend-neutral AnyIdle/AnyTx wrappers.
Enums§
Traits§
- BeginTx
- Begin a transaction from an idle connection.
- Queryable
- Minimal query surface shared by idle and tx connections.
- TxConn
- Transaction state that can return to idle.
- Typed
Conn Ops - Shared operations available in both idle and transactional typed connections.