/h2database

H2 is an embeddable RDBMS written in Java.

Primary LanguageJavaOtherNOASSERTION

Welcome to H2, the Java SQL database.

This is a fork of https://github.com/h2database/h2database from https://h2database.com/

Changes documented here: h2/src/docsrc/html/changelog.html

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

Check https://github.com/boris-unckel/h2database/releases for fork binaries.

It's better to try an upgrade to the latest version!

Download latest version or add to pom.xml:

<dependency>
    <groupId>com.h2database</groupId>
    <artifactId>h2</artifactId>
    <version>2.1.x</version>
</dependency>

Documentation

Support

No support, use at your own risk.