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

Overview

Name With Ownerh2database/h2database
Primary LanguageJava
Program languageShell (Language Count: 9)
Platform
License:Other
Release Count34
Last Release Nameversion-2.2.224 (Posted on )
First Release Nameversion-1.0 (Posted on )
Created At2015-04-10 19:09:09
Pushed At2024-04-21 19:34:45
Last Commit At2024-04-21 15:34:45
Stargazers Count4.1k
Watchers Count138
Fork Count1.2k
Commits Count14.4k
Has Issues Enabled
Issues Count2273
Issue Open Count345
Pull Requests Count1599
Pull Requests Open Count17
Pull Requests Close Count158
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top