Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
/memPublic archive

Superseded by memory-level. A convenience package bundling levelup and memdown.

License

NotificationsYou must be signed in to change notification settings

Level/mem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superseded bymemory-level. Please seeFrequently Asked Questions.

Usage

Use this package to avoid having to explicitly installmemdown when you want to usememdown withlevelup for non-persistentlevelup data storage.

constlevel=require('level-mem')// Create our in-memory databaseconstdb=level()// Put a key & valueawaitdb.put('name','Level')// Get value by keyconstvalue=awaitdb.get('name')console.log(value)

Seelevelup andmemdown for more details.

If you are upgrading: please seeUPGRADING.md.

Contributing

Level/mem is anOPEN 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 theContribution Guide for more details.

Donate

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

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp