Registry / database / tidwall-buntdb

tidwall-buntdb

JSON →
library1.3.2gogounverified

Package buntdb implements a low-level in-memory key/value store in pure Go.

go get github.com/tidwall/buntdb
INSTALL
IMPORT
SIG · TIDWALL-BUNTDB
T
tidwall-buntdb
databasegov1.3.2
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.

buntdb
github.com/tidwall/buntdb

Opens an in-memory BuntDB database and sets a key-value pair.

import "github.com/tidwall/buntdb" func main() { db, _ := buntdb.Open(":memory:") defer db.Close() db.Update(func(tx *buntdb.Tx) error { tx.Set("key", "value", nil) return nil }) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Meta
1
OpenAI (training)
1
Resources
tidwall-buntdb — go get tidwall-buntdb · libregistry