https://github.com/tradle/react-native-async-storage-rocks
https://github.com/tradle/react-native-async-storage-rocks
asyncstorage backend react react-native react-native-component rocksdb storage
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tradle/react-native-async-storage-rocks
- Owner: tradle
- Created: 2017-01-17T23:08:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T17:23:52.000Z (about 7 years ago)
- Last Synced: 2025-04-14T23:52:02.263Z (8 months ago)
- Topics: asyncstorage, backend, react, react-native, react-native-component, rocksdb, storage
- Language: C++
- Size: 4.08 MB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RocksDB-based backend for AsyncStorage
Adapted with minor changes from @chirag's [gist](https://gist.github.com/chirag04/6dbe96a039d0bdfd31ec) which itself was adapted from @sahrens's [gist](https://gist.github.com/sahrens/ae3ad0889c608ecd51aa) showcasing fb's internal implementation
## Install
```
yarn add react-native-async-storage-rocks
```
## Link in the native dependency
```
react-native link react-native-async-storage-rocks
```
## Usage
```js
import 'react-native-async-storage-rocks'
```
## Contributors
[Spencer Ahrens](https://github.com/sahrens)
[Chirag](https://github.com/chirag04)
[Mark Vayngrib](https://github.com/mvayngrib)
PRs welcome!