RocksDB is a high-performance key-value database developed and maintained by Facebook. This library provides an Android-compatible version of RocksDB, which exposes the same Java interface as the regular RocksDB Java release.
To use RocksDB in your Android project, add the following dependency to your build.gradle file:
Gradle:
implementation("io.maryk.rocksdb:rocksdb-android:8.8.1")
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.