Module typed

Module typed 

Source
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§

SqliteTypedConnection
Typestate wrapper around a pooled SQLite connection.

Enums§

Idle
Marker types for typestate
InTx

Functions§

dml
Adapter for query builder dml (typed-sqlite target).
select
Adapter for query builder select (typed-sqlite target).