Tag

H2

1 views collected around this technical thread.

Java Captain
Java Captain
May 9, 2025 · Databases

Using H2 Database in Embedded, Server, and Mixed Modes with Java

This article demonstrates how to use the H2 database with Java 1.8, covering embedded (file and memory) modes, server modes (Web, TCP, PG), mixed mode configurations, required dependencies, and provides complete JUnit test code examples for creating, accessing, and managing tables.

DatabaseH2JDBC
0 likes · 17 min read
Using H2 Database in Embedded, Server, and Mixed Modes with Java