Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.8% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 3.5% dependent repos on proxy.golang.org
Top 1.7% forks on proxy.golang.org
Top 2.0% docker downloads on proxy.golang.org

proxy.golang.org : github.com/nutsdb/nutsdb

Package nutsdb implements a simple, fast, embeddable and persistent key/value store written in pure Go. It supports fully serializable transactions. And it also supports data structure such as list、set、sorted set etc. NutsDB currently works on Mac OS, Linux and Windows. NutsDB has the following main types: DB, BPTree, Entry, DataFile And Tx. and NutsDB supports bucket, A bucket is a collection of unique keys that are associated with values. All operations happen inside a Tx. Tx represents a transaction, which can be read-only or read-write. Read-only transactions can read values for a given key , or iterate over a set of key-value pairs (prefix scanning or range scanning). read-write transactions can also update and delete keys from the DB. See the examples for more usage details.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/nutsdb/nutsdb
Keywords: data-structures, database, go, golang, key-value, kv-store, nutsdb, supports-transactions
License: Apache-2.0
Latest release: 5 months ago
First release: about 5 years ago
Namespace: github.com/nutsdb
Dependent packages: 57
Dependent repositories: 2
Stars: 2,795 on GitHub
Forks: 276 on GitHub
Docker dependents: 3
Docker downloads: 41
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...