Skip to main content

Crate dbrest_postgres

Crate dbrest_postgres 

Source
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 DatabaseBackend for sqlx::PgPool.
introspector
PostgreSQL introspector — production implementation backed by sqlx::PgPool.