Docs.rs
  • db-pool-0.3.2
    • db-pool 0.3.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • yasamoka
    • Dependencies
      • async-trait ^0.1.77 normal optional
      • bb8 ^0.8.5 normal optional
      • bb8-postgres ^0.8.1 normal optional
      • deadpool ^0.9.5 normal optional
      • deadpool-postgres ^0.14.0 normal optional
      • diesel ^2.2.4 normal optional
      • diesel-async ^0.5.0 normal optional
      • futures ^0.3.30 normal optional
      • mobc ^0.8.4 normal optional
      • mobc-postgres ^0.8.0 normal optional
      • parking_lot ^0.12.3 normal
      • r2d2 ^0.8.10 normal optional
      • r2d2_mysql ^25.0.0 normal optional
      • r2d2_postgres ^0.18.1 normal optional
      • sea-orm ^1.0.1 normal optional
      • sqlx ^0.8.2 normal optional
      • tokio ^1.36.0 normal optional
      • tokio-postgres ^0.7.10 normal optional
      • uuid ^1.10.0 normal
      • async-graphql ^7.0.9 dev
      • async-graphql-poem ^7.0.9 dev
      • bb8 ^0.8.3 dev
      • bb8-postgres ^0.8.1 dev
      • diesel ^2.2.4 dev
      • diesel-async ^0.5.0 dev
      • diesel_async_migrations ^0.15.0 dev
      • dotenvy ^0.15.7 dev
      • futures ^0.3.30 dev
      • mysql ^25.0.1 dev
      • poem ^3.0.4 dev
      • postgres ^0.19.8 dev
      • r2d2 ^0.8.10 dev
      • serde ^1.0.209 dev
      • serde_json ^1.0.114 dev
      • sqlx ^0.8.2 dev
      • tokio ^1.36.0 dev
      • tokio-postgres ^0.7.10 dev
      • tokio-shared-rt ^0.1.0 dev
      • tokio-test ^0.4.4 dev
    • Versions
    • 100% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

db_pool0.3.2

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • PrivilegedMySQLConfig
  • PrivilegedPostgresConfig
  • async::DatabasePool
  • async::DieselAsyncMySQLBackend
  • async::DieselAsyncPostgresBackend
  • async::DieselBb8
  • async::DieselMobc
  • async::SeaORMMySQLBackend
  • async::SeaORMPostgresBackend
  • async::SingleUseConnectionPool
  • async::SqlxMySQLBackend
  • async::SqlxPostgresBackend
  • async::TokioPostgresBackend
  • async::TokioPostgresBb8
  • async::TokioPostgresMobc
  • sync::DatabasePool
  • sync::DieselMySQLBackend
  • sync::DieselPostgresBackend
  • sync::MySQLBackend
  • sync::ObjectPool
  • sync::PostgresBackend
  • sync::SingleUseConnectionPool

Enums

  • async::PoolWrapper
  • sync::PoolWrapper

Traits

  • async::BackendTrait
  • async::DatabasePoolBuilderTrait
  • sync::BackendTrait
  • sync::DatabasePoolBuilderTrait

Type Aliases

  • async::ReusableConnectionPool
  • sync::ReusableConnectionPool