Registry / database / stumble-gorocksdb

stumble-gorocksdb

JSON →
library0.0.3gogounverified

Package gorocksdb provides the ability to create and access RocksDB databases.

go get github.com/stumble/gorocksdb
INSTALL
IMPORT
SIG · STUMBLE-GOROCKSDB
S
stumble-gorocksdb
databasegov0.0.3
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.

gorocksdb
github.com/stumble/gorocksdb

Open a RocksDB database with default options.

package main import ( "fmt" "github.com/stumble/gorocksdb" ) func main() { opts := gorocksdb.NewDefaultOptions() opts.SetCreateIfMissing(true) db, err := gorocksdb.OpenDb(opts, "/tmp/testdb") if err != nil { panic(err) } defer db.Close() fmt.Println("Database opened successfully") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Meta
2
OpenAI (training)
1
Resources
stumble-gorocksdb — go get stumble-gorocksdb · libregistry