mockgres 0.0.28

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
13
14
15
mod catalog_foreign_keys;
mod config;
mod describe;
mod errors;
mod exec;
mod exec_builder;
mod insert;
pub mod mapping;
mod mockgres;
mod params;
mod statement_plan;

pub use config::ServerConfig;
pub use mockgres::Mockgres;
pub use mockgres::process_socket_with_terminate;