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 : github.com/x-clone/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/github.com/x-clone/skv
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/x-clone
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...