mockgres 0.0.24

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
mod advisory_locks;
mod binder;
mod catalog;
mod db;
mod engine;
mod server;
mod session;
mod sql;
mod storage;
mod txn;
mod types;

pub use server::{Mockgres, ServerConfig, process_socket_with_terminate};