yugendb-postgres 0.1.0

PostgreSQL yugendb driver for external-service storage.
Documentation
1
2
3
4
5
6
7
8
9
//! PostgreSQL Rust driver for yugendb.
//!
//! PostgreSQL is a SQL-backed implementation of the yugendb storage model.

pub mod driver;
pub mod schema;

pub use driver::{postgres, postgres_capabilities, PostgresDriver, PostgresDriverOptions};
pub use schema::*;