Crate parsql_deadpool_postgres

Source

Re-exports§

pub use transactional_ops as transactional;
pub use macros::*;

Modules§

macros
pool_extensions
traits
transaction_extensions
transactional_ops

Structs§

Error
An error communicating with the Postgres server.
Row
A row of data returned from the database by a query.
Transaction
Wrapper around tokio_postgres::Transaction with a StatementCache from the Client object it was created by.

Traits§

ToSql
A trait for types that can be converted into Postgres values.

Functions§

delete
delete
get
get
get_all
get_all
insert
insert
select
select
select_all
select_all
update
update

Type Aliases§

Pool
Type alias for using deadpool::managed::Pool with tokio_postgres.
PoolClient
Type alias for Object
PoolError
Type alias for using deadpool::managed::PoolError with tokio_postgres.