Expand description
dbrest-postgres — PostgreSQL backend for the dbrest REST API
This crate implements the DatabaseBackend
and SqlDialect traits for PostgreSQL
via sqlx::PgPool.
Re-exports§
pub use dialect::PgDialect;pub use executor::PgBackend;pub use introspector::SqlxIntrospector;
Modules§
- dialect
- PostgreSQL SQL dialect implementation.
- executor
- PostgreSQL backend executor — implements
DatabaseBackendforsqlx::PgPool. - introspector
- PostgreSQL introspector — production implementation backed by sqlx::PgPool.