eventcore-memory 2.0.1

In-memory event store adapter for EventCore event sourcing library
Documentation

In-memory event store implementation for testing.

This module provides the InMemoryEventStore - a lightweight, zero-dependency storage backend for EventCore integration tests and development. Command state snapshots are retained only for the lifetime of the store instance; use a durable adapter when snapshots must survive a process restart.