Registry / database / brotherlogic-datastore

brotherlogic-datastore

JSON →
library0.0.0-20240115181049-8eb2e5f4c132gogounverified

A Go datastore abstraction library for persistent storage.

go get github.com/brotherlogic/datastore
INSTALL
IMPORT
SIG · BROTHERLOGIC-DATAS
B
brotherlogic-datastore
databasegov0.0.0-20240115181049-8eb2e5f4c132
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.

datastore
github.com/brotherlogic/datastore

Save and load a value from the datastore

package main import ( "fmt" "github.com/brotherlogic/datastore" ) func main() { ds := datastore.New() if err := ds.Save("key", "value"); err != nil { panic(err) } var val string if err := ds.Load("key", &val); err != nil { panic(err) } fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240115181049-8eb2e5f4c132latest 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-datastore — go get brotherlogic-datastore · libregistry