428 B
428 B
NullStore
nullstore is a no-op implementation of the eventstore interface that doesn't actually store or retrieve any events.
All operations succeed without error but have no effect:
SaveEventandReplaceEventdo nothingQueryEventsreturns an empty iteratorDeleteEventdoes nothingCountEventsreturns 0
This is useful for testing, development environments, or when event persistence is not required.