Describe the feature

Request to provide h2 driver

Motivation

H2 is an embeddable RDBMS written in Java and widely used for test and other light weight scenarios. 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.5 MB jar file size
  • ODBC driver

Related Issues

Comment From: JohnNiang

/unassign @jinzhu

Comment From: github-actions[bot]

This issue has been automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days