Skip to content

Levelup is a wrapper around the leveldb database, providing collections, document, and standard KV, caching, versioning, codec (for a variety of encodings, and compressions), relationships, validations, and built in a way that could eventually have other backends but currently focused around leveldb.

Notifications You must be signed in to change notification settings

multiverse-os/levelup

Repository files navigation

Multiverse OS Logo

Multiverse: level(up)db, a new leveldb wrapper

URL multiverse-os.org

Introduction

A simple key/value store built ontop of leveldb providing collections, and a variety of encoding and compression options using the codec library.

About

Levelup is a wrapper around the leveldb database, providing collections, document, and standard KV, caching, versioning, codec (for a variety of encodings, and compressions), relationships, validations, and built in a way that could eventually have other backends but currently focused around leveldb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages