[][src]Module sqlx::postgres

This is supported on crate feature postgres only.

PostgreSQL database driver.

Modules

types

Conversions between Rust and Postgres types.

Structs

PgArgumentBuffer
PgArguments

Implementation of Arguments for PostgreSQL.

PgColumn
PgConnectOptions

Options and flags which can be used to configure a PostgreSQL connection.

PgConnection

A connection to a PostgreSQL database.

PgDatabaseError

An error returned from the PostgreSQL database.

PgDone
PgListener

A stream of asynchronous notifications from Postgres.

PgNotification

An asynchronous notification from Postgres.

PgRow

Implementation of Row for PostgreSQL.

PgStatement
PgTransactionManager

Implementation of [TransactionManager] for PostgreSQL.

PgTypeInfo

Type information for a PostgreSQL type.

PgValue

Implementation of Value for PostgreSQL.

PgValueRef

Implementation of ValueRef for PostgreSQL.

Postgres

PostgreSQL database driver.

Enums

PgErrorPosition
PgSeverity
PgSslMode

Options for controlling the level of protection provided for PostgreSQL SSL connections.

PgTypeKind
PgValueFormat

Type Definitions

PgPool

An alias for Pool, specialized for Postgres.

PgPoolOptions

An alias for PoolOptions, specialized for Postgres.