Ecosyste.ms: Packages

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

Top 8.2% on proxy.golang.org

proxy.golang.org : git.earthnet.ch/simon.beck/skv

Package skv provides a simple persistent key-value store for Go values. It can store a mapping of string to any gob-encodable Go value. It is lightweight and performant, and ideal for use in low-traffic websites, utilities and the like. The API is very simple - you can Put(), Get() or Delete() entries. These methods are goroutine-safe. skv uses BoltDB for storage and the encoding/gob package for encoding and decoding values. There are no other dependencies.

Registry - Source - Documentation - JSON
purl: pkg:golang/git.earthnet.ch/simon.beck/skv
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: git.earthnet.ch/simon.beck
Last synced: 13 days ago

    Loading...
    Readme
    Loading...