Expand description
Structs§
- Db
- An application database handle: the connection pool plus the backend it speaks. Cheap to clone (the pool is reference-counted).
Functions§
- connect
- Creates the application database handle from configuration. Installs the
sqlx::Anydrivers on first use so any supported backend can be dialled.