sqlx_mock 0.1.2

A simple tool to test sqlx with postgres. It will automatically create a database and drop it after the test.
Documentation
1
2
3
fn main() {
    println!("Hello World");
}