Registry / database / linxgnu-grocksdb

linxgnu-grocksdb

JSON →
library1.10.8gogounverified

Provides the ability to create and access RocksDB databases from Go.

go get github.com/linxGnu/grocksdb
INSTALL
IMPORT
SIG · LINXGNU-GROCKSDB
L
linxgnu-grocksdb
databasegov1.10.8
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.

grocksdb
github.com/linxGnu/grocksdb

Open a RocksDB database.

package main import ( "fmt" "github.com/linxGnu/grocksdb" ) func main() { opts := grocksdb.NewDefaultOptions() defer opts.Destroy() db, err := grocksdb.OpenDb(opts, "/tmp/test.db") if err != nil { fmt.Println(err) return } defer db.Close() fmt.Println("Database opened successfully") }
Debug
Known issues
gotchaRequires RocksDB C library to be installed on the system.
fix
Install RocksDB (e.g., `apt install librocksdb-dev` on Ubuntu).
affects: *
Upgrade
Version history
1.10.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
linxgnu-grocksdb — go get linxgnu-grocksdb · libregistry