Expand description
Async backends
Structs§
- Database
Pool - Database pool
- Diesel
Async MySQL Backend Diesel async MySQLbackend- Diesel
Async Postgres Backend Diesel async Postgresbackend- Diesel
Bb8 Diesel bb8association- Diesel
Deadpool Diesel deadpoolassociation- Diesel
Mobc Diesel mobcassociation- SeaORM
MySQL Backend SeaORM MySQLbackend- SeaORM
Postgres Backend SeaORM Postgresbackend- Single
UseConnection Pool - Single-use connection pool wrapper
- Sqlx
MySQL Backend sqlx MySQLbackend- Sqlx
Postgres Backend sqlx Postgresbackend- Tokio
Postgres Backend tokio-postgresbackend- Tokio
Postgres Bb8 tokio-postgres bb8association- Tokio
Postgres Deadpool tokio-postgres deadpoolassociation- Tokio
Postgres Mobc tokio-postgres mobcassociation
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 async backends
Type Aliases§
- Reusable
Connection Pool - Wrapper for a reusable connection pool wrapped in a reusable object wrapper