Crate pg_async [−] [src]
Modules
| pq |
FFI bindings to |
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 |
| PgRow | |
| PgSqlErr |
The part of |
Enums
| PgFutureErr |
Returned when the future fails. Might print the SQL in |
| PgQueryPiece |
A part of an SQL query text. The query is constructed by adding |
| PgSchedulingMode |
Affects the placement of the operation. |
Traits
| IntoQueryPieces |
Converts the |