{"id":50147,"library":"coreos-bbolt","title":"bbolt","description":"Package bbolt implements a low-level key/value store in pure Go.","status":"active","version":"1.4.3","language":"go","source_language":null,"source_url":"https://github.com/coreos/bbolt","tags":["key-value","database","bolt"],"install":[{"cmd":"go get github.com/coreos/bbolt","lang":"bash","label":"Install github.com/coreos/bbolt"}],"dependencies":[],"imports":[{"symbol":"bolt","correct":"github.com/coreos/bbolt"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/coreos/bbolt\"\n)\n\nfunc main() {\n\tdb, _ := bolt.Open(\"my.db\", 0600, nil)\n\tdefer db.Close()\n\tdb.Update(func(tx *bolt.Tx) error {\n\t\tb, _ := tx.CreateBucket([]byte(\"MyBucket\"))\n\t\treturn b.Put([]byte(\"key\"), []byte(\"value\"))\n\t})\n\tfmt.Println(\"Key-value stored\")\n}","lang":"go","description":"Opens a BoltDB database, creates a bucket, and stores a key-value pair."},"warnings":[{"fix":"Replace import with go.etcd.io/bbolt","message":"This package is deprecated in favor of go.etcd.io/bbolt","severity":"breaking","affected_versions":">=1.4.0"}],"env_vars":null,"search_vec":"'bbolt':1,3 'bolt':18 'databas':17 'go':13 'implement':4 'key':15 'key-valu':14 'key/value':9 'level':8 'low':7 'low-level':6 'packag':2 'pure':12 'store':10 'valu':16","created_at":"2026-06-15T04:42:13.303864+00:00","updated_at":"2026-06-15T04:42:13.303864+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/coreos/bbolt","github":"https://github.com/coreos/bbolt","docs":"https://pkg.go.dev/github.com/coreos/bbolt#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}}