- Notifications
You must be signed in to change notification settings - Fork5
Superseded by memory-level. A convenience package bundling levelup and memdown.
License
Level/mem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Superseded bymemory-level
. Please seeFrequently Asked Questions.
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
.
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.
Support us with a monthly donation onOpen Collective and help us continue our work.
About
Superseded by memory-level. A convenience package bundling levelup and memdown.