Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Repository files navigation

level-mobile

This project has been abandoned. There will be no further releases. If you wish to revive level-mobile, please open an issue in Level/community to discuss a way forward. Thank you! ❤️


Build Status

This is a convenience package that bundles the current release of LevelUP and LevelDOWN-Mobile and exposes LevelUP on its export.

Use this package to avoid having to explicitly install LevelDOWN-Mobile when you want to use LevelDOWN-Mobile with LevelUP.

varlevel=require('level-mobile')// 1) Create our database, supply location and options.// This will create or open the underlying LevelDB store.vardb=level('./mydb')// 2) put a key & valuedb.put('name','Level',function(err){if(err)returnconsole.log('Ooops!',err)// some kind of I/O error// 3) fetch by keydb.get('name',function(err,value){if(err)returnconsole.log('Ooops!',err)// likely the key was not found// ta da!console.log('name='+value)})})

See LevelUP and LevelDOWN-Mobile for more details.

Contributing

level-mobile is an OPEN Open Source Project. This means that:

Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

See the contribution guide for more details.

Licence & Copyright

Copyright (c) 2012-2015 level-mobilecontributors.

level-mobile is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

About

[Currently not actively maintained] Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling levelup & leveldown-mobile) [requires JXcore 0.3.0.3+]

Topics

Resources

Code of conduct

Contributing

Stars

8 stars

Watchers

5 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages