H2
Implementation driver in gradle is:
implementation("com.h2database:h2:2.3.232")
Content copied to clipboard
In the code the "mem" part of the URL indicates an in-memory database name.
Implementation driver in gradle is:
implementation("com.h2database:h2:2.3.232")
In the code the "mem" part of the URL indicates an in-memory database name.