Skip to main content

Crate pg_connector

Crate pg_connector 

Source

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§

connector
errors
operation
pool_manager
sql_api

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.