Skip to content

Automatically exported from code.google.com/p/h2database

Notifications You must be signed in to change notification settings

shruda/h2database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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 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

About

Automatically exported from code.google.com/p/h2database

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.1%
  • HTML 5.4%
  • PLSQL 2.8%
  • JavaScript 0.2%
  • CSS 0.2%
  • Batchfile 0.1%
  • Other 0.2%