{"id":11893857,"name":"github.com/Boltdb/bolt","ecosystem":"go","description":"Package bolt implements a low-level key/value store in pure Go. It supports\nfully serializable transactions, ACID semantics, and lock-free MVCC with\nmultiple readers and a single writer. Bolt can be used for projects that\nwant a simple data store without the need to add large dependencies such as\nPostgres or MySQL.\n\nBolt is a single-level, zero-copy, B+tree data store. This means that Bolt is\noptimized for fast read access and does not require recovery in the event of a\nsystem crash. Transactions which have not finished committing will simply be\nrolled back in the event of a crash.\n\nThe design of Bolt is based on Howard Chu's LMDB database project.\n\nBolt currently works on Windows, Mac OS X, and Linux.\n\nThere are only a few types in Bolt: DB, Bucket, Tx, and Cursor. The DB is\na collection of buckets and is represented by a single file on disk. A bucket is\na collection of unique keys that are associated with values.\n\nTransactions provide either read-only or read-write access to the database.\nRead-only transactions can retrieve key/value pairs and can use Cursors to\niterate over the dataset sequentially. Read-write transactions can create and\ndelete buckets and can insert and remove keys. Only one read-write transaction\nis allowed at a time.\n\nThe database uses a read-only, memory-mapped data file to ensure that\napplications cannot corrupt the database, however, this means that keys and\nvalues returned from Bolt cannot be changed. Writing to a read-only byte slice\nwill cause Go to panic.\n\nKeys and values retrieved from the database are only valid for the life of\nthe transaction. When used outside the transaction, these byte slices can\npoint to different data or can point to invalid memory which will cause a panic.","homepage":"https://github.com/Boltdb/bolt","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Boltdb/bolt","keywords_array":[],"namespace":"github.com/Boltdb","versions_count":5,"first_release_published_at":"2015-10-21T21:23:03.000Z","latest_release_published_at":"2017-07-17T17:11:48.000Z","latest_release_number":"v1.3.1","last_synced_at":"2026-05-27T17:45:56.604Z","created_at":"2025-07-09T11:42:36.698Z","updated_at":"2026-05-27T17:45:56.605Z","registry_url":"https://pkg.go.dev/github.com/Boltdb/bolt","install_command":"go get github.com/Boltdb/bolt","documentation_url":"https://pkg.go.dev/github.com/Boltdb/bolt#section-documentation","metadata":{},"repo_metadata":{"id":12673322,"uuid":"15345331","full_name":"boltdb/bolt","owner":"boltdb","description":"An embedded key/value database for Go.","archived":true,"fork":false,"pushed_at":"2018-03-02T18:00:53.000Z","size":1326,"stargazers_count":14483,"open_issues_count":84,"forks_count":1533,"subscribers_count":346,"default_branch":"master","last_synced_at":"2025-08-21T13:38:33.792Z","etag":null,"topics":["database","go","key-value"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boltdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-20T18:26:14.000Z","updated_at":"2025-08-21T06:12:10.000Z","dependencies_parsed_at":"2022-07-12T13:33:39.915Z","dependency_job_id":null,"html_url":"https://github.com/boltdb/bolt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/boltdb/bolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltdb","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/sbom","scorecard":{"id":247320,"data":{"date":"2025-08-11","repo":{"name":"github.com/boltdb/bolt","commit":"fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":7,"reason":"Found 12/16 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T07:50:17.554Z","repository_id":12673322,"created_at":"2025-08-17T07:50:17.554Z","updated_at":"2025-08-17T07:50:17.554Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271498834,"owners_count":24770280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"boltdb","name":"BoltDB","uuid":"6539737","kind":"organization","description":"Pure Go key/value database","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6539737?v=4","repositories_count":4,"last_synced_at":"2023-08-07T10:21:08.778Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/boltdb","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-06T19:10:52.140Z","updated_at":"2023-08-07T10:21:08.847Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltdb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltdb/repositories"},"tags":[{"name":"v1.3.1","sha":"2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8","kind":"commit","published_at":"2017-07-17T17:11:48.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.3.1","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"583e8937c61f1af6513608ccc75c97b6abdf4ff9","kind":"commit","published_at":"2016-08-18T17:01:52.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.3.0","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"dfb21201d9270c1082d5fb0f07f500311ff72f18","kind":"commit","published_at":"2016-05-16T15:40:46.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.2.1","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"c6ba97b89e0454fec9aa92e1d33a4e2c5fc1f631","kind":"commit","published_at":"2016-03-22T03:43:21.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.2.0","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"ee716d1410cb44d1a6b7e59a96a2b2bec23366a9","kind":"commit","published_at":"2015-10-21T21:23:03.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.1.0","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.1.0/manifests"},{"name":"v1.0","sha":"aa66506030b376f848667d84d2596faa8a7099ea","kind":"commit","published_at":"2014-11-28T00:29:59.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/v1.0","html_url":"https://github.com/boltdb/bolt/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/v1.0/manifests"},{"name":"data/v1","sha":"d8ec4f929730790653c1350f689da961b9a194cc","kind":"commit","published_at":"2014-04-11T20:18:06.000Z","download_url":"https://codeload.github.com/boltdb/bolt/tar.gz/data/v1","html_url":"https://github.com/boltdb/bolt/releases/tag/data/v1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boltdb/bolt@data%2Fv1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/data%2Fv1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/tags/data%2Fv1/manifests"}]},"repo_metadata_updated_at":"2025-08-21T14:54:29.952Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.655692021125727,"dependent_packages_count":5.29966157258273,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.477676796854229},"purl":"pkg:golang/github.com/%21boltdb/bolt","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Boltdb/bolt","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Boltdb/bolt","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Boltdb/bolt/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-14T10:30:15.888Z","issues_count":47,"pull_requests_count":53,"avg_time_to_close_issue":3212857.0625,"avg_time_to_close_pull_request":35011838.39622641,"issues_closed_count":16,"pull_requests_closed_count":53,"pull_request_authors_count":48,"issue_authors_count":43,"avg_comments_per_issue":3.1914893617021276,"avg_comments_per_pull_request":1.1886792452830188,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltdb%2Fbolt/issues","maintainers":[{"login":"benbjohnson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/benbjohnson"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoltdb%2Fbolt/codemeta","maintainers":[]}