tree: 57997a58f7859057bdbbb728e3d0cf770126f057 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
h2-jdbc/README.md

H2 provider

h2-jdbc is a storage provider for the h2 embedded database. It is implemented using JPA and Hibernate.

Running the tests

To run the tests you can use this command

mvn test

You can also run the integration tests with

mvn integration-test