Module diesel_async::pooled_connection

source ·
Available on crate features deadpool or bb8 or mobc or r2d2 only.
Expand description

This module contains support using diesel-async with various async rust connection pooling solutions

See the concrete pool implementations for examples:

Modules§

  • bb8bb8
    A pool implementation for diesel-async based on bb8
  • deadpooldeadpool
    A connection pool implementation for diesel-async based on deadpool
  • mobcmobc
    A pool implementation for diesel-async based on mobc

Structs§

Enums§

  • The error used when managing connections with deadpool.
  • Possible methods of how a connection is recycled.

Type Aliases§