drogue-bazaar 0.3.0

A place to find tools for building your Rust application
Documentation
1
2
3
4
//! Basic database support

#[cfg(feature = "postgres")]
pub mod postgres;