https://github.com/henrhie/react-native-rocksdb
https://github.com/henrhie/react-native-rocksdb
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrhie/react-native-rocksdb
- Owner: henrhie
- License: mit
- Created: 2022-04-12T11:16:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T22:06:33.000Z (about 3 years ago)
- Last Synced: 2025-01-10T00:14:41.429Z (5 months ago)
- Language: Java
- Size: 548 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-rocksdb
low latency, superfast key value store for react native
## Installation
```sh
npm install react-native-rocksdb
```## Usage
```js
import { multiply } from "react-native-rocksdb";// ...
const result = await multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT