mockgres 0.0.29

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
pub mod copy;
pub mod create_table_as;
pub mod ddl;
pub mod locks;
pub mod read;
pub mod set_show;
pub mod tx;
pub mod write_dml;