mockgres 0.0.22

An in-memory database that replicates a reasonable subset of Postgres functionality to make unit tests that rely on a database to run.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod cte;
mod ddl;
mod delete;
mod dml;
mod expr;
mod insert;
mod planner;
mod returning;
mod tokens;
mod update;

pub use planner::Planner;