# rocksdb-android **Repository Path**: hezihao/rocksdb-android ## Basic Information - **Project Name**: rocksdb-android - **Description**: rocksdb-android,源地址:https://github.com/marykdb/rocksdb-android,镜像地址:https://hub.fgit.cf/marykdb/rocksdb-android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-11 - **Last Updated**: 2024-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) [![Download](https://img.shields.io/maven-central/v/io.maryk.rocksdb/rocksdb-android)](https://central.sonatype.com/artifact/io.maryk.rocksdb/rocksdb-android) # RocksDB for Android 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. ## Getting Started To use RocksDB in your Android project, add the following dependency to your build.gradle file: Gradle: ```kts implementation("io.maryk.rocksdb:rocksdb-android:8.8.1") ``` ## Reference * [RocksJava Basics](https://github.com/facebook/rocksdb/wiki/RocksJava-Basics) * [API](https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb) ## License This project is licensed under the Apache License, Version 2.0 - see the [LICENSE file](LICENSE) for details.