Use H2 Database to connect to any database
H2 database is a powerful Java SQL database that is very fast, implements JDBC API, provides an html console, and has a very small footprint, around 2MB. Because of its size and the SQL compatibility that the H2 database provides, it can be used as a...
Jun 24, 20193 min read1.3K
