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 |
#1108 in Math
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"