timshannon / bolthold

BoltHold is an embeddable NoSQL store for Go types built on BoltDB
MIT License
648 stars 46 forks source link

ForEach #74

Closed timshannon closed 4 years ago

timshannon commented 4 years ago

Run a function for each matching record of a query without having to hold the entire dataset in memory.