Expand description
Experimental bb8-backed SQLite typestate API.
Provides SqliteTypedConnection<Idle> / SqliteTypedConnection<InTx> using an owned
pooled SQLite connection with explicit BEGIN/COMMIT/ROLLBACK.
Structs§
- Sqlite
Typed Connection - Typestate wrapper around a pooled
SQLiteconnection.