An open API service indexing awesome lists of open source software.

https://github.com/henrhie/react-native-rocksdb


https://github.com/henrhie/react-native-rocksdb

Last synced: 3 months ago
JSON representation

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