[][src]Module sqlx::postgres

This is supported on feature="postgres" only.

Postgres database and connection types.

Modules

typesfeature="postgres"

Conversions between Rust and Postgres types.

Structs

PgArgumentsfeature="postgres"
PgConnectionfeature="postgres"

An asynchronous connection to a Postgres database.

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

A stream of asynchronous notifications from Postgres.

PgNotificationfeature="postgres"

An asynchronous notification from Postgres.

PgRawBufferfeature="postgres"
PgRowfeature="postgres"
PgTypeInfofeature="postgres"

Type information for a Postgres SQL type.

PgValuefeature="postgres"
Postgresfeature="postgres"

Postgres database driver.

Enums

PgDatafeature="postgres"

Traits

PgQueryAsfeature="postgres"

Type Definitions

PgPoolfeature="postgres"

An alias for Pool, specialized for Postgres.