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