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