[][src]Module sqlx::postgres

This is supported on feature="postgres" only.

Postgres database and connection types.

Modules

typesfeature="postgres"

Structs

PgArgumentsfeature="postgres"
PgConnectionfeature="postgres"

An asynchronous connection to a [Postgres][super::Postgres] database.

PgCursorfeature="postgres"
PgErrorfeature="postgres"
PgListenerfeature="postgres"

A stream of asynchronous notifications from Postgres.

PgNotificationfeature="postgres"

An asynchronous notification from Postgres.

PgRowfeature="postgres"
PgTypeInfofeature="postgres"
Postgresfeature="postgres"

Postgres database driver.

Enums

PgValuefeature="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

PgQueryAsfeature="postgres"

Type Definitions

PgPoolfeature="postgres"

An alias for Pool, specialized for Postgres.