Requires installing this PR branch locally: nitrite/nitrite-java#995
This can be done by cloning the branch
and then running: mvn clean install -Dgpg.skip=true
The following directory contains a few tests that perform read and write operations from and to a nitrite database. These tests can be run:
- using the JVM:
mvn clean verify
- using the native image via GraalVM:
mvn clean verify -PnativeTest
See the Person class for details regarding native hints.
Note
Deprecated as the code was moved to nitrite via nitrite/nitrite-java#995