All Projects → Level → packager

Level / packager

Licence: MIT license
A levelup package helper for distributing with an abstract-leveldown compatible back-end.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to packager

subleveldown
Split a levelup database into sublevels with their own keyspace, encoding and events.
Stars: ✭ 117 (+485%)
Mutual labels:  level, levelup, abstract-leveldown
codec
Encode keys, values and range options, with built-in or custom encodings.
Stars: ✭ 27 (+35%)
Mutual labels:  level, levelup
deferred-leveldown
An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.
Stars: ✭ 18 (-10%)
Mutual labels:  level, abstract-leveldown
mem
A convenience package bundling levelup and memdown.
Stars: ✭ 23 (+15%)
Mutual labels:  level, levelup
game-map-editor
game-map-editor
Stars: ✭ 17 (-15%)
Mutual labels:  level
Party
Open a leveldb handle multiple times
Stars: ✭ 132 (+560%)
Mutual labels:  level
Electron Demo
Demo app loading LevelDB into an Electron context.
Stars: ✭ 79 (+295%)
Mutual labels:  level
level-ws
A basic writable stream for abstract-level databases.
Stars: ✭ 19 (-5%)
Mutual labels:  level
RocketBot
An automated Pokémon Go Bot
Stars: ✭ 576 (+2780%)
Mutual labels:  levelup
Unity Plane Mesh Splitter
Unity Plane Mesh Splitter
Stars: ✭ 71 (+255%)
Mutual labels:  level
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+560%)
Mutual labels:  level
Cadeditor
NES Universal Level Editor (Chip & Dale, Darkwing Duck, Duck Tales, Duck Tales 2, MegaMan 4, Chip & Dale 2, Tale Spin, Little Mermaid, Jungle Book, Flintstones and many others)
Stars: ✭ 134 (+570%)
Mutual labels:  level
aarbac
An Automated Role Based Access Control .NET framework with T-SQL Query Parser which automatically parse select, insert, update, delete queries based on the logged in user role
Stars: ✭ 18 (-10%)
Mutual labels:  level
Level Rocksdb
A convenience package bundling levelup and rocksdb.
Stars: ✭ 120 (+500%)
Mutual labels:  level
encrypt-down
An abstract-leveldown implementation that wraps another store to encrypt the stored values.
Stars: ✭ 16 (-20%)
Mutual labels:  level
Esp32 I2s Slm
Sound Level Meter with ESP32 and I2S MEMS microphone
Stars: ✭ 72 (+260%)
Mutual labels:  level
tevere
🏞 Decentralized DB over IPFS
Stars: ✭ 57 (+185%)
Mutual labels:  level
advanced-level-editor
Advanced, but simple to use, runtime level editor for Unity.
Stars: ✭ 64 (+220%)
Mutual labels:  level
discord-level-bot
A simple Discord level bot.
Stars: ✭ 49 (+145%)
Mutual labels:  level
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-35%)
Mutual labels:  level

level-packager

levelup package helper for distributing with an abstract-leveldown store.

level badge npm Node version Test Coverage Standard Common Changelog Donate

API

Exports a single function which takes a single argument, an abstract-leveldown compatible storage back-end for levelup. The function returns a constructor function that will bundle levelup with the given abstract-leveldown replacement. The full API is supported, including optional functions, destroy(), and repair(). Encoding functionality is provided by encoding-down.

The constructor function has a .errors property which provides access to the different error types from level-errors.

For example use-cases, see:

Also available is a test.js file that can be used to verify that the user-package works as expected.

If you are upgrading: please see UPGRADING.md.

Contributing

Level/packager 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].