[][src]Module sqlx::postgres

This is supported on feature="postgres" only.

Postgres database and connection types.

Structs

PgArgumentsfeature="postgres"
PgConnectionfeature="postgres"

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

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

Postgres database driver.

Type Definitions

PgPoolfeature="postgres"

An alias for Pool, specialized for Postgres.