[][src]Module sqlx::postgres

Postgres database and connection types.

Structs

PgArguments
PgConnection

An asynchronous connection to a Postgres database.

PgError
PgRow
PgTypeInfo
Postgres

Postgres database driver.

Type Definitions

PgPool

An alias for Pool, specialized for Postgres.