persist-es 0.2.5

A backing logic for an RDBMS implementation of an event store for cqrs-es.
Documentation
# persist-es

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

Things that could be helpful:
- [User guide]https://doc.rust-cqrs.org along with an introduction to CQRS and event sourcing.
- [Demo application]https://github.com/serverlesstechnology/cqrs-demo using the warp http server.
- [Change log]https://github.com/serverlesstechnology/cqrs/blob/master/versions/change_log.md

[![Crates.io](https://img.shields.io/crates/v/persist-es)](https://crates.io/crates/persist-es)
[![docs](https://img.shields.io/badge/API-docs-blue.svg)](https://docs.rs/persist-es)