react-native-level

v3.1.0
levelup API for react-native AsyncStorage.
leveldb leveldown levelup AsyncStorage ios react react-component react-native

react-native-level

levelup API wrapper for react-native AsyncStorage.

This modules is a wrapper for our other module asyncstorage-down, which does all the real work and is implementing the leveldown API

var level = require('react-native-level')
var db = level('path/to/db', { /*...options...*/ })
db.put('blah');
db.batch([
  { type: 'put', key: 'tasty', value: 'wheat' },
  { type: 'put', key: 'chicken', value: 'feet' }
])
npm i react-native-level

Metadata

  • MIT
  • Whatever
  • Mark Vayngrib
  • released 11/12/2018

Downloads