[−][src]Module sqlx::postgres
This is supported on
feature="postgres"
only.Postgres database and connection types.
Modules
types | feature="postgres" |
Structs
PgArguments | feature="postgres" |
PgConnection | feature="postgres" An asynchronous connection to a [Postgres][super::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. |
PgRow | feature="postgres" |
PgTypeInfo | feature="postgres" |
Postgres | feature="postgres" Postgres database driver. |
Enums
PgValue | feature="postgres" A value from Postgres. This may be in a BINARY or TEXT format depending on the data type and if the query was prepared or not. |
Traits
PgQueryAs | feature="postgres" |
Type Definitions
PgPool | feature="postgres" An alias for |