sentinel-driver 2.0.0

High-performance PostgreSQL wire protocol driver for Rust
Documentation
pub mod bit;
pub mod builtin;
pub mod cube;
pub mod decode;
pub mod encode;
pub mod geometric;
pub mod hstore;
pub mod interval;
#[cfg(feature = "with-serde-json")]
pub mod json;
pub mod lsn;
pub mod ltree;
pub mod money;
pub mod multirange;
pub mod network;
#[cfg(feature = "with-rust-decimal")]
pub mod numeric;
pub mod oid;
pub mod range;
#[cfg(feature = "with-time")]
pub mod time_support;
pub mod timetz;
pub mod traits;
pub mod xml;

// Re-export for backwards compatibility — all existing code uses `types::Oid`, `types::ToSql`, etc.
pub use oid::Oid;
pub use traits::{encode_param, encode_param_nullable, FromSql, ToSql};