Module sync

Module sync 

Source
Expand description

Sync backends

Structs§

DatabasePool
Database pool
DieselMySQLBackend
Diesel MySQL backend
DieselPostgresBackend
Diesel Postgres backend
MySQLBackend
MySQL backend
ObjectPool
Object pool
PostgresBackend
Postgres backend
SingleUseConnectionPool
Single-use connection pool wrapper

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 sync backends

Type Aliases§

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