🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Description

TiDB is an open-source NewSQL database that supports Hybrid Transactional and Analytical Processing workloads. It is MySQL compatible and can provide horizontal scalability, strong consistency, and high availability.

Examples

var tidb = new TiDBContainer(DockerImageName.parse("pingcap/tidb:v6.1.0"));
tidb.start();