Files
rust-postgres/postgres/src/params.rs
Steven Fackler f7f9e243ce Fix docs
2017-05-07 19:16:18 -07:00

4 lines
117 B
Rust

//! Connection parameters
pub use postgres_shared::params::{Builder, ConnectParams, User, Host, IntoConnectParams};