Expand description
Sync backends
Structs§
- Database
Pool - Database pool
- Diesel
MySQL Backend Diesel MySQLbackend- Diesel
Postgres Backend Diesel Postgresbackend- MySQL
Backend - MySQL backend
- Object
Pool - Object pool
- Postgres
Backend - Postgres backend
- Single
UseConnection Pool - Single-use connection pool wrapper
Enums§
- Pool
Wrapper - Connection pool wrapper to facilitate the use of pools in code under test and reusable pools in tests
Traits§
- Backend
Trait - Backend trait
- Database
Pool Builder Trait - Database pool builder trait implemented for all sync backends
Type Aliases§
- Reusable
Connection Pool - Wrapper for a reusable connection pool wrapped in a reusable object wrapper