Java API and native libraries for RocksDB, a high-performance embedded key-value store from Facebook.
<dependency>
<groupId>org.rocksdb</groupId>
<artifactId>rocksdbjni</artifactId>
<version>10.10.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens a RocksDB database, writes and reads a key-value pair.
Add the appropriate native library dependency or use a fat JAR that bundles them.
No dependency data recorded yet.