[][src]Module sqlx::postgres

This is supported on crate feature postgres only.

PostgreSQL database driver.

Modules

typespostgres

Conversions between Rust and Postgres types.

Structs

PgArgumentBufferpostgres
PgArgumentspostgres

Implementation of Arguments for PostgreSQL.

PgColumnpostgres
PgConnectOptionspostgres

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

PgConnectionpostgres

A connection to a PostgreSQL database.

PgDatabaseErrorpostgres

An error returned from the PostgreSQL database.

PgDonepostgres
PgListenerpostgres

A stream of asynchronous notifications from Postgres.

PgNotificationpostgres

An asynchronous notification from Postgres.

PgRowpostgres

Implementation of Row for PostgreSQL.

PgStatementpostgres
PgTransactionManagerpostgres

Implementation of [TransactionManager] for PostgreSQL.

PgTypeInfopostgres

Type information for a PostgreSQL type.

PgValuepostgres

Implementation of Value for PostgreSQL.

PgValueRefpostgres

Implementation of ValueRef for PostgreSQL.

Postgrespostgres

PostgreSQL database driver.

Enums

PgErrorPositionpostgres
PgSeveritypostgres
PgSslModepostgres

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

PgTypeKindpostgres
PgValueFormatpostgres

Type Definitions

PgPoolpostgres

An alias for Pool, specialized for Postgres.

PgPoolOptionspostgres

An alias for PoolOptions, specialized for Postgres.