hallgren / eventsourcing

Event Sourcing in Go
Mozilla Public License 2.0
188 stars 20 forks source link

bbolt eventstore refactor #106

Closed hallgren closed 3 months ago

hallgren commented 3 months ago

Make use of the underlaying cursor instead of reading the events into memory before iterating.