{"id":69176,"library":"ipfs-go-ds-pebble","title":"IPFS Pebble Datastore","description":"Package go-ds-pebble provides a datastore implementation backed by PebbleDB for IPFS.","status":"active","version":"0.5.10","language":"go","source_language":null,"source_url":"https://github.com/ipfs/go-ds-pebble","tags":["ipfs","datastore","pebble","storage"],"install":[{"cmd":"go get github.com/ipfs/go-ds-pebble","lang":"bash","label":"Install github.com/ipfs/go-ds-pebble"}],"dependencies":[],"imports":[{"symbol":"pebble","correct":"github.com/ipfs/go-ds-pebble"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ipfs/go-ds-pebble\"\n)\n\nfunc main() {\n\tds, _ := pebble.NewDatastore(\"/tmp/pebble\", nil)\n\tdefer ds.Close()\n\t_ = ds.Put([]byte(\"key\"), []byte(\"value\"))\n\tval, _ := ds.Get([]byte(\"key\"))\n\tfmt.Println(string(val))\n}","lang":"go","description":"Creates a PebbleDB datastore, stores and retrieves a key-value pair."},"warnings":[],"env_vars":null,"search_vec":"'back':13 'datastor':3,11,19 'ds':7 'go':6 'go-ds-pebbl':5 'implement':12 'ipf':1,17,18 'packag':4 'pebbl':2,8,20 'pebbledb':15 'provid':9 'storag':21","created_at":"2026-06-17T17:58:31.903712+00:00","updated_at":"2026-06-17T17:58:31.903712+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/ipfs/go-ds-pebble","github":"https://github.com/ipfs/go-ds-pebble","docs":"https://pkg.go.dev/github.com/ipfs/go-ds-pebble#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-17","next_check":"2026-12-14","install_tag":null}}