react-native-level

3.1.0 • Public • Published

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' }
])

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-level

    Weekly Downloads

    2

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    2.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • spwilko
    • genevayngrib
    • pgmemk
    • tenaciousmv