# postgres-es
> A Postgres implementation of the `EventStore` trait in cqrs-es.

[](https://crates.io/crates/postgres-es)
[](https://docs.rs/postgres-es)
---
## Installation
```toml
[dependencies]
postgres-es = "0.0.2"
```
## Usage
## TODOs
- Some additional framework around `GenericQueryRepository` to simplify event replay.