Skip to main content

Module pool

Module pool 

Source
Expand description

Connection pool wrapper around sqlx::Pool.

Structsยง

Pool
A connection pool wrapping sqlx::Pool.
PoolBuilder
Builder for configuring a Pool before connecting.
PoolConfig
Declarative pool configuration.
Transaction
A database transaction with auto-rollback on drop.