Expand description
Experimental bb8-backed Postgres typestate API.
Provides PgConnection<Idle> / PgConnection<InTx> using an owned client
and explicit BEGIN/COMMIT/ROLLBACK.
Structs§
- PgConnection
- Typestate wrapper around a pooled Postgres client.
- PgManager
- bb8 manager for Postgres clients.