Skip to main content

Crate yugendb_postgres

Crate yugendb_postgres 

Source
Expand description

PostgreSQL Rust driver for yugendb.

PostgreSQL is a SQL-backed implementation of the yugendb storage model.

Re-exports§

pub use driver::postgres;
pub use driver::postgres_capabilities;
pub use driver::PostgresDriver;
pub use driver::PostgresDriverOptions;
pub use schema::*;

Modules§

driver
PostgreSQL driver implementation.
schema
PostgreSQL storage schema helpers for yugendb.