1.1.0 • Published 30 days ago
@ocoda/event-sourcing-postgres v1.1.0
About this library
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.
Documentation 📗
Ready to dive right in? Visit the documentation to find out how to get started.
Contact
dries@drieshooghe.com
Acknowledgments
This library is inspired by @nestjs/cqrs