Registry / database / brotherlogic-dstore

brotherlogic-dstore

JSON →
library0.0.0-20240125013347-6f67ffea6603gogounverified

DStore is a distributed key-value store library for Go applications.

go get github.com/brotherlogic/dstore
INSTALL
IMPORT
SIG · BROTHERLOGIC-DSTOR
B
brotherlogic-dstore
databasegov0.0.0-20240125013347-6f67ffea6603
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.

dstore
github.com/brotherlogic/dstore

Creates a new DStore instance and performs a simple put/get.

package main import ( "fmt" "github.com/brotherlogic/dstore" ) func main() { db := dstore.New() db.Put("key", "value") val, _ := db.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240125013347-6f67ffea6603latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
brotherlogic-dstore — go get brotherlogic-dstore · libregistry