etcd-io / bbolt

An embedded key/value database for Go.
https://go.etcd.io/bbolt
MIT License
8.31k stars 646 forks source link

Add info on how to iterate over existing buckets #828

Closed ErikKalkoken closed 2 months ago

ErikKalkoken commented 3 months ago

This adds a short description on how to iterate over existing buckets to the README.

This should be helpful for people looking for this particular information (e.g. see #327).

ahrtr commented 3 months ago

Thanks for the PR.

Please signoff the commit. Read https://github.com/etcd-io/bbolt/pull/828/checks?check_run_id=29221691728

ivanvc commented 3 months ago

/ok-to-test

ivanvc commented 3 months ago

Hi @ErikKalkoken, thanks for your contribution. Could you please sign your commit, as requested by Ben? So the developer certificate of origin (DCO) check passes, i.e:

git rebase HEAD~1 --signoff
git push --force

Thanks!

Please refer to: https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#commit-your-change

k8s-ci-robot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, ErikKalkoken

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/etcd-io/bbolt/blob/main/OWNERS)~~ [ahrtr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment