persist-es 0.2.2

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.

[![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)
---

## Usage
This package should be used in conjunction with a database-backed persistence implementation 
such as [postgres-es](https://crates.io/crates/postgres-es).

## Change log

#### `v0.2.2`
- Consolidated repositories to a single trait encompassing all functionality.

#### `v0.2.1`
- Logic moved to this package from `postgres-es`.

## Demo
A demo application [is available here](https://github.com/serverlesstechnology/cqrs-demo).