h2database/h2database
H2 is an embeddable RDBMS written in Java. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 99
- Release rhythm 16
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4163
- days_rel: 345
- days_push: 10
- n_releases_24m: 1
Adoption not part of the score
4622 stars · 1306 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
H2 is an embeddable relational database management system written entirely in Java, usable in embedded, server, or in-memory modes via a JDBC API. It includes a browser-based console, transactional MVCC support, encrypted databases, and fulltext search in a small ~2.5 MB jar.
Use cases
- embed a lightweight SQL database in a Java application
- run an in-memory database for fast integration tests
- spin up a local SQL database for development and prototyping
- query and manage a database through a browser-based console
- store relational data with transactions and MVCC in a JVM app
When to choose
- you need an embedded or in-memory SQL database in a Java/JVM project
- you want a fast, zero-setup database for unit and integration testing
- you need a small-footprint pure-Java RDBMS with JDBC support
When to avoid
- you need a production-grade distributed or multi-node database
- you require very large datasets or heavy concurrent write workloads at scale
- you need a non-JVM native database server
Facets
library · maturity stable
database search-engine serialization databases backend developer-tools jvm cross-platform rdbms jdbc embedded-database in-memory-database sql
1 source
- readme: https://github.com/h2database/h2database · fetched 2026-08-28 · b84192d6ce79
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| h2database/h2database | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="h2database/h2database")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem