H2
-
Core Java
H2 Production Database Features & Limitations
H2 is an in-memory Java SQL database, lightweight, fast, and often used for development and testing environments. However, there are…
Read More » -
Enterprise Java
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Enterprise Java
Fully working prototypes with Spring Boot and H2
We do use a lot of h2 with spring especially for unit tests. However instead of unit tests we might…
Read More » -
Software Development
jOOQ Tuesdays: Thomas Muller Unveils How HSQLDB Evolved into the Popular H2 Database
Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…
Read More »