H2

H2 是用 Java 编写的可嵌入式 RDBMS。「H2 is an embeddable RDBMS written in Java.」

Github stars Tracking Chart

CI

Welcome to H2, the Java SQL database.

The main features of H2 are:

  • Very fast, open source, JDBC API
  • Embedded and server modes; disk-based or in-memory databases
  • Transaction support, multi-version concurrency
  • Browser based Console application
  • Encrypted databases
  • Fulltext search
  • Pure Java with small footprint: around 2.5 MB jar file size
  • ODBC driver

More information: https://h2database.com

Downloads

Download latest version or add to pom.xml:

<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>2.2.224</version>
</dependency>

Documentation

Support

Main metrics

Overview
Name With Ownerh2database/h2database
Primary LanguageJava
Program languageShell (Language Count: 9)
Platform
License:Other
所有者活动
Created At2015-04-10 19:09:09
Pushed At2025-04-21 12:38:11
Last Commit At2025-04-21 20:38:11
Release Count36
Last Release Nameversion-2.3.232 (Posted on )
First Release Nameversion-1.0 (Posted on )
用户参与
Stargazers Count4.4k
Watchers Count134
Fork Count1.2k
Commits Count14.5k
Has Issues Enabled
Issues Count2400
Issue Open Count379
Pull Requests Count1635
Pull Requests Open Count21
Pull Requests Close Count171
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private