Type Alias sqlm_postgres::Transaction
source · pub type Transaction<'t> = Transaction<'t>;Expand description
A database transaction.
Aliased Type§
struct Transaction<'t> {
pub statement_cache: Arc<StatementCache>,
/* private fields */
}Fields§
§statement_cache: Arc<StatementCache>[StatementCache] of this [Transaction].