hirethunk / verbs

Verbs is an event sourcing package for PHP artisans
https://verbs.thunk.dev
MIT License
412 stars 32 forks source link

Store new snapshots on replay. #159

Closed DanielCoulbourne closed 1 month ago

DanielCoulbourne commented 1 month ago

Previously replaying events wiped out the snapshots table and didn't rewrite the snapshots at the end.

Now we rewrite the snapshots.

This is considered good.