IOS>> mem>> 返回
项目作者: Level

项目描述 :
A convenience package bundling levelup and memdown
高级语言: JavaScript
项目地址: git://github.com/Level/mem.git
创建时间: 2013-10-12T06:07:52Z
项目社区:https://github.com/Level/mem

开源协议:Other

下载


level-mem

Superseded by memory-level. Please see Frequently Asked Questions.

Usage

Use this package to avoid having to explicitly install memdown when you want to use memdown with levelup for non-persistent levelup data storage.

  1. const level = require('level-mem')
  2. // Create our in-memory database
  3. const db = level()
  4. // Put a key & value
  5. await db.put('name', 'Level')
  6. // Get value by key
  7. const value = await db.get('name')
  8. console.log(value)

See levelup and memdown for more details.

If you are upgrading: please see UPGRADING.md.

Contributing

Level/mem 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.

Donate

Support us with a monthly donation on Open Collective and help us continue our work.

License

MIT