What is H2 Database Engine?
H2 Database Engine is a Java SQL database that functions as a relational database management system. It can be embedded within Java applications or operated in a client-server configuration. The disk footprint of the software, in the form of a JAR file, is approximately 1 MB in size. H2 Database is available as open-source software, distributed under modified versions of the Mozilla Public License or the original Eclipse Public License, with the primary modification being a shortened file header and license name
Highlights
- Embedded and client-server deployment options
- Small disk footprint of around 1 MB
- Open-source software with modified MPL or EPL licenses
Features
Relational Database