Modules§
Structs§
- Autogenerated
IdGenerator - An IdGenerator that uses the auto-increment feature of the database
- PgC3p0
Json - A C3p0Json implementation for Postgres
- PgC3p0
Json Builder - A builder for a PgC3p0Json
- PgC3p0
Pool - A C3p0Pool implementation for Postgres
- PgTx
- Uuid
IdGenerator - An IdGenerator that uses the uuid crate to generate a random uuid
Traits§
- IdGenerator
- A trait that allows the creation of an Id
- Postgres
IdType
Functions§
- build_
pg_ queries - Builds the queries for a Postgres C3p0Json
- deadpool_
into_ c3p0_ error - Converts a
deadpool::postgres::PoolError
into aC3p0Error
. - get_
or_ error - Attempts to retrieve a value of type
T
from the givenrow
at the specifiedindex
. - into_
c3p0_ error - Converts a
tokio_postgres::Error
into aC3p0Error
. - to_
model - Converts a Row into a Model using the given index positions.
- to_
value_ mapper