pub async fn begin_sqlite(pool: &SqlitePool) -> Result<Transaction, Error>Expand description
Begin a transaction against an explicit SQLite pool.
pub async fn begin_sqlite(pool: &SqlitePool) -> Result<Transaction, Error>Begin a transaction against an explicit SQLite pool.