Available on crate features
db and postgres only.Expand description
Database interface implementation – PostgreSQL backend.
Structs§
- Postgres
Row - A wrapper for the internal row type used by
sqlx::postgres::Postgresto provide a unified interface for the database operations. - Postgres
Value Ref - A wrapper for the internal value type used by
sqlx::postgres::Postgresto provide a unified interface for the database operations.