level(up)db
, a new leveldb wrapper
Multiverse:
Introduction
A simple key/value store built ontop of leveldb providing collections, and a
variety of encoding and compression options using the codec
library.
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.
Go
level(up)db
, a new leveldb wrapperA simple key/value store built ontop of leveldb providing collections, and a
variety of encoding and compression options using the codec
library.