Module impl_postgres

Module impl_postgres 

Source
Available on crate features db and postgres only.
Expand description

Database interface implementation – PostgreSQL backend.

Structs§

PostgresRow
A wrapper for the internal row type used by sqlx::postgres::Postgres to provide a unified interface for the database operations.
PostgresValueRef
A wrapper for the internal value type used by sqlx::postgres::Postgres to provide a unified interface for the database operations.