libh2-java

H2 database engine
  http://www.h2database.com
  0
  no reviews



H2 is a relational database management system supporting a subset of the sql standard. the main programming apis are sql and jdbc, however the database also supports using the postgresql odbc driver by acting like a postgresql server.

the main features of h2 are:

- very fast, open source, jdbc api.
- embedded and server modes; in-memory databases.
- browser based console application.
- small footprint