Docs.rs
  • c3p0_postgres-0.70.0
    • c3p0_postgres 0.70.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ufoscout
    • Dependencies
      • c3p0_common ^0.70.0 normal
      • deadpool ^0.10 normal
      • deadpool-postgres ^0.12 normal
      • log ^0.4 normal
      • serde ^1.0 normal
      • tokio-postgres ^0.7 normal
      • uuid ^1 normal
      • testcontainers-modules ^0.3 dev
      • tokio ^1 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

c3p0_postgres0.70.0

  • All Items
  • Modules
  • Structs
  • Traits
  • Functions
  • Type Aliases
?
Change settings

Crate c3p0_postgres

source ·

Modules

  • deadpool
  • tokio_postgres

Structs

  • AutogeneratedIdGenerator
    An IdGenerator that uses the auto-increment feature of the database
  • PgC3p0Json
  • PgC3p0JsonBuilder
  • PgC3p0Pool
  • PgTx
  • UuidIdGenerator
    An IdGenerator that uses the uuid crate to generate a random uuid

Traits

  • IdGenerator
    A trait that allows the creation of an Id
  • PostgresIdType

Functions

  • build_pg_queries
  • deadpool_into_c3p0_error
  • get_or_error
  • into_c3p0_error
  • to_model
  • to_value_mapper

Type Aliases

  • PostgresVersionType