/levelup

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.

Primary LanguageGo

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.