Report a bug | Request a feature
This is a complementing module for @ocoda/event-sourcing
, a powerful library designed to simplify the implementation of advanced architectural patterns in your NestJS application. It provides essential building blocks to help you implement Domain-Driven Design (DDD), CQRS and leverage Event Sourcing to tackle the complexities of modern systems.
This store-driver library uses PostgreSQL as an underlying driver for event- and snapshot-stores, and needs to be installed together with the core module @ocoda/event-sourcing
in order to get started.
Ready to dive right in? Visit the documentation to find out how to get started.
This library is inspired by @nestjs/cqrs