timshannon / badgerhold

BadgerHold is an embeddable NoSQL store for querying Go types built on Badger
MIT License
515 stars 52 forks source link

Support for ForEach? #47

Closed omz13 closed 3 years ago

omz13 commented 3 years ago

I'm looking to migrate from bolthold to badgerhold... one thing that seems to be missing (unless I am overlooking something) that I use quite a lot is ForEach? Are you planning to add this?

timshannon commented 3 years ago

It should be a quick port over from Bolthold. I'll get started on it soon.

timshannon commented 3 years ago

Added ForEach and Count on the master branch. Open up a new issue if you run into any problems.

Thanks,