Documentation

Java

Official Module

CUBRID
We partner with software vendors to maintain and certify official modules.

Description

CUBRID is an open-source relational database management system optimised for web and OLTP applications, with built-in high availability and online incremental backup.

Examples

Dependency:
<dependency>
    <groupId>org.cubrid</groupId>
    <artifactId>testcontainers-cubrid</artifactId>
    <version>0.1.0</version>
    <scope>test</scope>
</dependency>
Usage:
var cubrid = new CubridContainer("cubrid/cubrid:11.4");
cubrid.start();