Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9,117 Commits

Repository files navigation

Welcome to H2, the Java SQL database. Build Status

The main features of H2 are:

  1. Very fast, open source, JDBC API
  2. Embedded and server modes; in-memory databases
  3. Browser based Console application
  4. Small footprint: around 2 MB jar file size

More information: http://h2database.com

Features

H2DerbyHSQLDBMySQLPostgreSQL
Pure JavaYesYesYesNoNo
Memory ModeYesYesYesNoNo
Encrypted DatabaseYesYesYesNoNo
ODBC DriverYesNoNoYesYes
Fulltext SearchYesNoNoYesYes
Multi Version ConcurrencyYesNoYesYesYes
Footprint (embedded database)~2 MB~3 MB~1.5 MB
Footprint (JDBC client driver)~500 KB~600 KB~1.5 MB~1 MB~700 KB

About

H2 is an embeddable RDBMS written in Java.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages