proxy.golang.org : github.com/andersnormal/store
Package store provides a simple persistent key-value store for Go values. It stores any gob-encodable Go value via a identifiying string. it is very lightweight and ideal to be used in applications to persist state. The API is simple - you can Get(), Put() and Delete() entries. These methods are goroutine-safe. store used LevelDB to store key/value and the encoding/gob package for encoding and decoding the values.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/andersnormal/store
License: Apache-2.0
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/andersnormal
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago