Rust TempDB - CockroachDB
Temporary CockroachDB databases for unit testing.
Installation
Add the following to your Cargo.toml:
[]
= ""
Install libpq-dev (required by the postgres crate):
Install cockroach if you haven't already:
|
Usage
extern crate tempdb_cockroach;
use TempCockroach;