Embeddable SQL EventStore + Aggregate Abstraction written in Go using gorm as an underlying persistence mechanism meaning - it will work
with almost (tested sqlite and postgres) whatever underlying database gorm will support (just use the respective gorm driver - sqlite and postgres provided).
It is also equiped with a fault-tolerant projection system that can be used to build read models for testing purposes and is also ready for production workloads in combination with Ambar.cloud using the provided ambar package.
I provided a simple example that showcases basic usage with sqlite, or check out cqrs clinic example
$ claude mcp add eventstore \
-- python -m otcore.mcp_server <graph>