All Projects → Level → mem

Level / mem

Licence: MIT License
A convenience package bundling levelup and memdown.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mem

level-hyper
A convenience package bundling levelup and leveldown-hyper.
Stars: ✭ 29 (+26.09%)
Mutual labels:  levelup, level-packager
level-test
Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
Stars: ✭ 19 (-17.39%)
Mutual labels:  level, level-packager
subleveldown
Split a levelup database into sublevels with their own keyspace, encoding and events.
Stars: ✭ 117 (+408.7%)
Mutual labels:  level, levelup
codec
Encode keys, values and range options, with built-in or custom encodings.
Stars: ✭ 27 (+17.39%)
Mutual labels:  level, levelup
packager
A levelup package helper for distributing with an abstract-leveldown compatible back-end.
Stars: ✭ 20 (-13.04%)
Mutual labels:  level, levelup
RocketBot
An automated Pokémon Go Bot
Stars: ✭ 576 (+2404.35%)
Mutual labels:  levelup
discord-level-bot
A simple Discord level bot.
Stars: ✭ 49 (+113.04%)
Mutual labels:  level
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+473.91%)
Mutual labels:  level
Awesome
An open list of awesome Level modules and resources.
Stars: ✭ 204 (+786.96%)
Mutual labels:  level
deferred-leveldown
An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.
Stars: ✭ 18 (-21.74%)
Mutual labels:  level
encrypt-down
An abstract-leveldown implementation that wraps another store to encrypt the stored values.
Stars: ✭ 16 (-30.43%)
Mutual labels:  level
game-map-editor
game-map-editor
Stars: ✭ 17 (-26.09%)
Mutual labels:  level
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-43.48%)
Mutual labels:  level
level-ws
A basic writable stream for abstract-level databases.
Stars: ✭ 19 (-17.39%)
Mutual labels:  level
discord-leveling-system-ranking-system
A simple rankcard system with the ranking system included using an enmap database, and canvacord
Stars: ✭ 49 (+113.04%)
Mutual labels:  level
tevere
🏞 Decentralized DB over IPFS
Stars: ✭ 57 (+147.83%)
Mutual labels:  level
advanced-level-editor
Advanced, but simple to use, runtime level editor for Unity.
Stars: ✭ 64 (+178.26%)
Mutual labels:  level
HorizontalAndCircleTimeView
自定义水平刻度尺和圆形钟表刻度 可点击 可拖动 刻度 水平刻度划分为60份 圆形刻度划分为24份 可自定义修改
Stars: ✭ 14 (-39.13%)
Mutual labels:  level
MultiSelect
swift
Stars: ✭ 12 (-47.83%)
Mutual labels:  level
batify
Only one udevrule file triggering plug and critical battery level notifications (multi-x sessions support)
Stars: ✭ 47 (+104.35%)
Mutual labels:  level

level-mem

A convenience package that bundles levelup, encoding-down and memdown and exposes levelup on its export.

level badge npm Node version Test Coverage Standard Common Changelog Donate

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.

const level = require('level-mem')

// Create our in-memory database
const db = level()

// Put a key & value
await db.put('name', 'Level')

// Get value by key
const value = await db.get('name')
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].