#test #cockroach

crdb-harness

Test Harness for CockroachDB

2 releases

new 0.0.2 Oct 25, 2024
0.0.1 Sep 18, 2024

#70 in #test

Download history 156/week @ 2024-09-16 17/week @ 2024-09-23 19/week @ 2024-09-30 9/week @ 2024-10-07 19/week @ 2024-10-14

70 downloads per month

MIT license

61KB
1K SLoC

crdb-harness: Test Harness for CockroachDB

This crate provides a test harness for CockroachDB, as well as a build script which downloads a particular CockroachDB version into the OUT_DIR of a target directory.

Refer to ./tools/cockroachdb_version for the current version downloaded by this scripts (we may make this version configurable in the future).


lib.rs:

Facilities for managing a local database for development

Dependencies

~10–22MB
~336K SLoC