Expand description
Async backends
Structs§
- Database pool
Diesel async MySQLbackendDiesel async PostgresbackendDiesel bb8associationDiesel mobcassociationSeaORM MySQLbackendSeaORM Postgresbackend- Single-use connection pool wrapper
sqlx MySQLbackendsqlx Postgresbackendtokio-postgresbackendtokio-postgres bb8associationtokio-postgres mobcassociation
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 async backends
Type Aliases§
- Wrapper for a reusable connection pool wrapped in a reusable object wrapper