#cqrs #event-sourcing #serverless #event-store

persist-es

A backing logic for an RDBMS implementation of an event store for cqrs-es

6 releases

0.2.6 Mar 18, 2022
0.2.5 Feb 7, 2022
0.2.4 Dec 14, 2021
0.2.2 Oct 7, 2021
0.2.1 Sep 29, 2021

#936 in Math

25 downloads per month

MIT license

2KB

persist-es

Common persistence logic used for database-backed event stores for cqrs-es.

Deprecated

This package has been deprecated and all logic moved to the perist module of the cqrs-es crate.

Configuring persistence now only requires the cqrs-es and one of the available repositories. Example Cargo.toml:

[dependencies]
cqrs-es = "0.3.0"
postgres-es = "0.3.0"

No runtime deps