File tree Expand file tree Collapse file tree
src/test/java/org/lmdbjava Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,9 @@ workloads that require strong latency and operational robustness outcomes.
2121
2222## Usage
2323
24- 1 . Install ` liblmdb ` for your platform (eg Arch Linux: ` pacman -S lmdb ` )
25- 2 . Clone this repository and ` mvn clean install ` (Maven Central coming soon)
26- 3 . Add the ` lmdbjava ` artifact to your project POM
27- 4 . Browse the [ LMDB Documentation] ( http://lmdb.tech/doc/ ) (especially the
28- [ Getting Started] ( http://lmdb.tech/doc/starting.html ) page)
29- 5 . Take a look at our
30- [ tests] ( https://github.com/lmdbjava/lmdbjava/tree/master/src/test/java/org/lmdbjava )
31- (the LmdbJava class names and contracts closely match the LMDB C API)
24+ Have a read through the
25+ [ tutorial] ( https://github.com/lmdbjava/lmdbjava/tree/master/src/test/java/org/lmdbjava/TutorialTest.java )
26+ to learn how to use LmdbJava.
3227
3328## Support
3429
You can’t perform that action at this time.
0 commit comments