Registry / database / mariadb4j

mariadb4j

JSON →
library3.3.1javamavenunverified

Java library to embed and manage a MariaDB (or MySQL) database instance programmatically.

<dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>3.3.1</version> </dependency>
INSTALL
IMPORT
SIG · MARIADB4J
M
mariadb4j
databasejavav3.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DB
ch.vorburger.mariadb4j.DB

Start an embedded MariaDB instance

import ch.vorburger.mariadb4j.DB; DB db = DB.newEmbeddedDB(); db.start();
Debug
Known issues
gotchaVersion 3.x uses MariaDB 10.x; check compatibility with your application's SQL dialect.
fix
Use version 2.x if you need MySQL 5.x compatibility.
affects: >=3.0.0
Upgrade
Version history
3.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
mariadb4j — mvn dependency:get mariadb4j · libregistry