Re-exports§
pub use connector::PgConnector;pub use errors::ConnectorError;pub use operation::ClusterDefine;pub use pool_manager::PoolManager;pub use sql_api::SqlExpose;
Modules§
Structs§
- Row
- A row of data returned from the database by a query.
- Statement
- A prepared statement.
- Type
- A Postgres type.
Traits§
- ToSql
- A trait for types that can be converted into Postgres values.