Rust TempDB - CockroachDB
Temporary CockroachDB databases for unit testing.
Installation
Add the following to your Cargo.toml:
[dev-dependencies]
tempdb_cockroach = ""
Usage
extern crate tempdb_cockroach;
use TempCockroach;
Temporary CockroachDB databases for unit testing.
Add the following to your Cargo.toml:
[dev-dependencies]
tempdb_cockroach = ""
extern crate tempdb_cockroach;
use TempCockroach;