Re-exports§
pub use transactional_ops as transactional;
pub use macros::*;
Modules§
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 aStatementCache
from theClient
object it was created by.
Traits§
- ToSql
- A trait for types that can be converted into Postgres values.
Functions§
Type Aliases§
- Pool
- Type alias for using
deadpool::managed::Pool
withtokio_postgres
. - Pool
Client - Type alias for
Object
- Pool
Error - Type alias for using
deadpool::managed::PoolError
withtokio_postgres
.