scooby 0.5.0

An SQL query builder with a pleasant fluent API closely imitating actual SQL
Documentation
1
2
3
4
5
6
7
8
//! PostgreSQL-specific tools to make your life easier

mod parameters;

#[cfg(test)]
pub mod tests;

pub use parameters::Parameters;