h2database/h2database

Name: h2database

Owner: H2 Database Engine

Description: H2 is an embeddable RDBMS written in Java.

Created: 2015-04-10 19:09:09.0

Updated: 2018-01-18 05:54:18.0

Pushed: 2018-01-18 14:03:31.0

Homepage: http://h2database.com

Size: 57031

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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 1.5 MB jar file size

More information: http://h2database.com

Features

| | H2 | Derby | HSQLDB | MySQL | PostgreSQL | |—————————|——-|——-|——-|——-|——-| | Pure Java | Yes | Yes | Yes | No | No | | Memory Mode | Yes | Yes | Yes | No | No | | Encrypted Database | Yes | Yes | Yes | No | No | | ODBC Driver | Yes | No | No | Yes | Yes | | Fulltext Search | Yes | No | No | Yes | Yes | | Multi Version Concurrency | Yes | No | Yes | Yes | Yes | | Footprint (jar/dll size) | ~1 MB | ~2 MB | ~1 MB | ~4 MB | ~6 MB |


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.