persist-es

Crates.iopersist-es
lib.rspersist-es
version0.2.6
sourcesrc
created_at2021-09-29 19:52:57.708734
updated_at2022-03-18 19:57:59.060326
descriptionA backing logic for an RDBMS implementation of an event store for cqrs-es.
homepage
repositoryhttps://github.com/serverlesstechnology/persist-es
max_upload_size
id458321
size2,997
Serverless Technology (serverlesstechnology)

documentation

https://docs.rs/persist-es

README

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"
Commit count: 0

cargo fmt