sqlink 0.6.0-alpha.2

postgres builder to work with postgres
Documentation
//! A Simple Query builder for the db library such as `postgres`
mod error;
pub mod postgres;
pub use crate::postgres::PostgresBuilder;
pub use crate::error::Error;