{"id":51868,"library":"ipfs-go-ds-badger","title":"go-ds-badger","description":"A datastore implementation for IPFS using BadgerDB as the backend.","status":"active","version":"0.3.4","language":"go","source_language":null,"source_url":"https://github.com/ipfs/go-ds-badger","tags":["ipfs","datastore","badger","key-value","storage"],"install":[{"cmd":"go get github.com/ipfs/go-ds-badger","lang":"bash","label":"Install github.com/ipfs/go-ds-badger"}],"dependencies":[],"imports":[{"symbol":"badgerds","correct":"github.com/ipfs/go-ds-badger"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/ipfs/go-datastore\"\n\tbadger \"github.com/ipfs/go-ds-badger\"\n)\n\nfunc main() {\n\tds, err := badger.NewDatastore(\"./data\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer ds.Close()\n\t_ = ds\n}","lang":"go","description":"Create a Badger-backed datastore"},"warnings":[{"fix":"Check the IPFS changelog and pin to a specific version.","message":"This package is designed for IPFS and may have breaking changes in future versions.","severity":"breaking","affected_versions":">=0.3.4"}],"env_vars":null,"search_vec":"'backend':14 'badger':4,17 'badgerdb':11 'datastor':6,16 'ds':3 'go':2 'go-ds-badg':1 'implement':7 'ipf':9,15 'key':19 'key-valu':18 'storag':21 'use':10 'valu':20","created_at":"2026-06-15T06:33:02.160281+00:00","updated_at":"2026-06-15T06:33:02.160281+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-badger","github":"https://github.com/ipfs/go-ds-badger","docs":"https://pkg.go.dev/github.com/ipfs/go-ds-badger#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}}