What Is H2 Embedded?
Answers
Answered by
0
H2 is an open-source lightweight Java database. It can be embedded in Java applications or run in the client-server mode. Mainly, H2 database can be configured to run as inmemory database, which means that data will not persist on the disk.
hope it will help you
Similar questions