postg 0.1.7

Embedded PostgreSQL manager for Rust
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod engine;
pub mod error;
pub mod payload;

#[cfg(feature = "macros")]
pub use postg_macros::test;