| Crates.io | persist-es |
| lib.rs | persist-es |
| version | 0.2.6 |
| created_at | 2021-09-29 19:52:57.708734+00 |
| updated_at | 2022-03-18 19:57:59.060326+00 |
| description | A backing logic for an RDBMS implementation of an event store for cqrs-es. |
| homepage | |
| repository | https://github.com/serverlesstechnology/persist-es |
| max_upload_size | |
| id | 458321 |
| size | 2,997 |
Common persistence logic used for database-backed event stores for cqrs-es.
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"