[−][src]Module sqlx::postgres
This is supported on
feature="postgres" only.Postgres database and connection types.
Modules
| types | feature="postgres"Conversions between Rust and Postgres types. |
Structs
| PgArguments | feature="postgres" |
| PgConnection | feature="postgres"An asynchronous connection to a Postgres database. |
| PgCursor | feature="postgres" |
| PgError | feature="postgres" |
| PgListener | feature="postgres"A stream of asynchronous notifications from Postgres. |
| PgNotification | feature="postgres"An asynchronous notification from Postgres. |
| PgRawBuffer | feature="postgres" |
| PgRow | feature="postgres" |
| PgTypeInfo | feature="postgres"Type information for a Postgres SQL type. |
| PgValue | feature="postgres" |
| Postgres | feature="postgres"Postgres database driver. |
Enums
| PgData | feature="postgres" |
Traits
| PgQueryAs | feature="postgres" |
Type Definitions
| PgPool | feature="postgres"An alias for |