Introduction to H2 database
Introduction to H2 database
This article provides an introduction to the H2 Java SQL database.
H2 Database
H2 is an open source RDBMS written in Java.
It is an in-memory database.
It can be embedded in Java applications or run in the client-server mode.
Installation
You can download and add the h2 jar manually from h2database website or use Maven to download it for you. To download it, refer the following link :
h…
View On WordPress










