Modules§
Structs§
- AutogeneratedIdGenerator 
- An IdGenerator that uses the auto-increment feature of the database
- PgC3p0Json 
- A C3p0Json implementation for Postgres
- PgC3p0Json Builder 
- A builder for a PgC3p0Json
- PgC3p0Pool 
- A C3p0Pool implementation for Postgres
- 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 
- Builds the queries for a Postgres C3p0Json
- deadpool_into_ c3p0_ error 
- Converts a deadpool::postgres::PoolErrorinto aC3p0Error.
- get_or_ error 
- Attempts to retrieve a value of type Tfrom the givenrowat the specifiedindex.
- into_c3p0_ error 
- Converts a tokio_postgres::Errorinto aC3p0Error.
- to_model 
- Converts a Row into a Model using the given index positions.
- to_value_ mapper