H2

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者h2database/h2database
主編程語言Java
編程語言Shell (語言數: 9)
平台
許可證Other
所有者活动
創建於2015-04-10 19:09:09
推送於2025-04-21 12:38:11
最后一次提交2025-04-21 20:38:11
發布數36
最新版本名稱version-2.3.232 (發布於 )
第一版名稱version-1.0 (發布於 )
用户参与
星數4.4k
關注者數134
派生數1.2k
提交數14.5k
已啟用問題?
問題數2402
打開的問題數381
拉請求數1635
打開的拉請求數21
關閉的拉請求數171
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?