Registry / database / tecbot-gorocksdb

tecbot-gorocksdb

JSON →
library0.0.0-20191217155057-f0fad39f321cgogounverified

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

go get github.com/tecbot/gorocksdb
INSTALL
IMPORT
SIG · TECBOT-GOROCKSDB
T
tecbot-gorocksdb
databasegov0.0.0-20191217155057-f0fad39f321c
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/tecbot/gorocksdb

Opens a RocksDB database and prints a success message.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20191217155057-f0fad39f321clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Meta
1
Amazon
1
OpenAI (training)
1
Resources
tecbot-gorocksdb — go get tecbot-gorocksdb · libregistry