Popularity
8.3
Stable
Activity
9.2
Growing
4,017
138
1,167

Code Quality Rank: L1
Programming language: Java
License: GNU General Public License v3.0 or later
Tags: Database    
Latest version: v1.4.200

H2 alternatives and similar libraries

Based on the "Database" category.
Alternatively, view H2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of H2 or a related project?

Add another 'Database' Library

README

[CI](h2/src/docsrc/images/h2-logo-2.png)

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.1.214</version>
</dependency>

Documentation

Support