Registry / database / lunny-nodb

lunny-nodb

JSON →
library0.0.0-20160621015157-fc1ef06ad4afgogounverified

A high-performance embedded NoSQL database supporting KV, list, hash, and zset data structures with binlog replication.

go get github.com/lunny/nodb
INSTALL
IMPORT
SIG · LUNNY-NODB
L
lunny-nodb
databasegov0.0.0-20160621015157-fc1ef06ad4af
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.

nodb
github.com/lunny/nodb

Open a NoDB instance with a configuration.

package main import ( "github.com/lunny/nodb" ) func main() { cfg := &nodb.Config{DataDir: "/tmp/nodb"} db, _ := nodb.Open(cfg) defer db.Close() _ = db }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160621015157-fc1ef06ad4aflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
lunny-nodb — go get lunny-nodb · libregistry