Registry / database / philippgille-gokv

philippgille-gokv

JSON →
library0.7.0gogounverified

Package gokv contains a simple key-value store abstraction in the form of a Go interface.

go get github.com/philippgille/gokv
INSTALL
IMPORT
SIG · PHILIPPGILLE-GOKV
P
philippgille-gokv
databasegov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gokv
github.com/philippgille/gokv

Use in-memory key-value store

package main import ( "fmt" "github.com/philippgille/gokv" ) func main() { store := gokv.NewStore(gokv.NewInMemoryStore()) store.Set("key", "value") val, _ := store.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
philippgille-gokv — go get philippgille-gokv · libregistry