🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Official Modules

AtomicJar partners with software vendors to maintain and certify official modules.

Description

CockroachDB is an open-source, cloud-native, resilient, distributed SQL database.

Examples

var cockroach = new new CockroachContainer(DockerImageName.parse("cockroachdb/cockroach:v22.2.3"));
cockroach.start();