pub type SQLiteTransactionType = TransactionConfig;Expand description
Backwards-compatible name for TransactionConfig.
Aliased Type§
pub enum SQLiteTransactionType {
Deferred,
Immediate,
Exclusive,
}pub type SQLiteTransactionType = TransactionConfig;Backwards-compatible name for TransactionConfig.
pub enum SQLiteTransactionType {
Deferred,
Immediate,
Exclusive,
}