{"id":50611,"library":"tecbot-gorocksdb","title":"gorocksdb","description":"Package gorocksdb provides the ability to create and access RocksDB databases.","status":"active","version":"0.0.0-20191217155057-f0fad39f321c","language":"go","source_language":null,"source_url":"https://github.com/tecbot/gorocksdb","tags":["database","rocksdb","storage","embedded"],"install":[{"cmd":"go get github.com/tecbot/gorocksdb","lang":"bash","label":"Install github.com/tecbot/gorocksdb"}],"dependencies":[],"imports":[{"symbol":"gorocksdb","correct":"github.com/tecbot/gorocksdb"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tecbot/gorocksdb\"\n)\n\nfunc main() {\n\topts := gorocksdb.NewDefaultOptions()\n\tdefer opts.Destroy()\n\tdb, err := gorocksdb.OpenDb(opts, \"/tmp/rocksdb\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer db.Close()\n\tfmt.Println(\"RocksDB opened successfully\")\n}","lang":"go","description":"Opens a RocksDB database and prints a success message."},"warnings":[],"env_vars":null,"search_vec":"'abil':6 'access':10 'creat':8 'databas':12,13 'embed':16 'gorocksdb':1,3 'packag':2 'provid':4 'rocksdb':11,14 'storag':15","created_at":"2026-06-15T05:01:04.552414+00:00","updated_at":"2026-06-15T05:01:04.552414+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tecbot/gorocksdb","github":"https://github.com/tecbot/gorocksdb","docs":"https://pkg.go.dev/github.com/tecbot/gorocksdb#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}