1//! PostgreSQL Rust driver for yugendb.
2//!
3//! PostgreSQL is a SQL-backed implementation of the yugendb storage model.
45pub mod driver;
6pub mod schema;
78pub use driver::{postgres, postgres_capabilities, PostgresDriver, PostgresDriverOptions};
9pub use schema::*;