Skip to content

H2 is an embeddable RDBMS written in Java.

License

Notifications You must be signed in to change notification settings

updcon/h2database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14,220 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Documentation

Support

About

H2 is an embeddable RDBMS written in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Java 94.7%
  • HTML 4.5%
  • PLpgSQL 0.2%
  • JavaScript 0.2%
  • CSS 0.2%
  • PLSQL 0.1%
  • Other 0.1%