Crate pg_async

source ·

Modules

FFI bindings to libpq.

Structs

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

Enums

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

Traits

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