Crate pg_async

Source

Modules§

pq
FFI bindings to libpq.

Structs§

Cluster
A cluster of several replicated PostgreSQL nodes.
PgFuture
Delayed SQL result.
PgOperation
An atomic operation that is to be asynchronously executed.
PgResult
PgResultIt
An Iterator over PgResult rows.
PgRow
PgSqlErr
The part of PgFutureErr that’s used when the SQL fails.

Enums§

PgFutureErr
Returned when the future fails. Might print the SQL in Debug.
PgQueryPiece
A part of an SQL query text. The query is constructed by adding Plain pieces “as is” and escaping the Literal pieces.
PgSchedulingMode
Affects the placement of the operation.

Traits§

IntoQueryPieces
Converts the fn execute input into a vector of query pieces.