Module async

Module async 

Source
Expand description

Async backends

Structs§

DatabasePool
Database pool
DieselAsyncMySQLBackend
Diesel async MySQL backend
DieselAsyncPostgresBackend
Diesel async Postgres backend
DieselBb8
Diesel bb8 association
DieselDeadpool
Diesel deadpool association
DieselMobc
Diesel mobc association
SeaORMMySQLBackend
SeaORM MySQL backend
SeaORMPostgresBackend
SeaORM Postgres backend
SingleUseConnectionPool
Single-use connection pool wrapper
SqlxMySQLBackend
sqlx MySQL backend
SqlxPostgresBackend
sqlx Postgres backend
TokioPostgresBackend
tokio-postgres backend
TokioPostgresBb8
tokio-postgres bb8 association
TokioPostgresDeadpool
tokio-postgres deadpool association
TokioPostgresMobc
tokio-postgres mobc association

Enums§

PoolWrapper
Connection pool wrapper to facilitate the use of pools in code under test and reusable pools in tests

Traits§

BackendTrait
Backend trait
DatabasePoolBuilderTrait
Database pool builder trait implemented for all async backends

Type Aliases§

ReusableConnectionPool
Wrapper for a reusable connection pool wrapped in a reusable object wrapper