{"id":50333,"library":"jmhodges-levigo","title":"LevelDB Go Wrapper","description":"Provides the ability to create and access LevelDB databases from Go.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/jmhodges/levigo","tags":["leveldb","database","key-value","storage"],"install":[{"cmd":"go get github.com/jmhodges/levigo","lang":"bash","label":"Install github.com/jmhodges/levigo"}],"dependencies":[],"imports":[{"symbol":"levigo","correct":"github.com/jmhodges/levigo"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jmhodges/levigo\"\n)\n\nfunc main() {\n\topts := levigo.NewOptions()\n\tdb, err := levigo.Open(\"/tmp/testdb\", opts)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer db.Close()\n\tfmt.Println(\"Database opened\")\n}","lang":"go","description":"Opens a LevelDB database and prints a confirmation."},"warnings":[],"env_vars":null,"search_vec":"'abil':6 'access':10 'creat':8 'databas':12,16 'go':2,14 'key':18 'key-valu':17 'leveldb':1,11,15 'provid':4 'storag':20 'valu':19 'wrapper':3","created_at":"2026-06-15T04:49:12.869533+00:00","updated_at":"2026-06-15T04:49:12.869533+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/jmhodges/levigo","github":"https://github.com/jmhodges/levigo","docs":"https://pkg.go.dev/github.com/jmhodges/levigo#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}}