yanchangyou / h2database

H2 is an embeddable RDBMS written in Java.

Home Page:https://h2database.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to H2, the Java SQL database. Build Status

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 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>1.4.200</version>
</dependency>

Documentation

Support

About

H2 is an embeddable RDBMS written in Java.

https://h2database.com

License:Other


Languages

Language:Java 94.4%Language:HTML 4.8%Language:PLpgSQL 0.2%Language:JavaScript 0.2%Language:CSS 0.1%Language:PLSQL 0.1%Language:NSIS 0.1%Language:Batchfile 0.0%Language:Shell 0.0%