H2 Database
H2 Database is a lightweight, open-source relational database written in Java that can run embedded inside an application's JVM process or as a standalone server, and is widely used for development, testing, and small-footprint deployments.
2 resources across 1 library
Glossary Terms(2)
H2 Database
H2 Database is a lightweight, open-source relational database written in Java that can run embedded inside an application's JVM process or as a standalone serv…
Derby (Apache)
Apache Derby is an open-source, pure-Java relational database management system that can be embedded directly inside an application or run as a network server,…