# EventSourced Postgres
[![Crates.io][crates-badge]][crates-url]
[![license][license-badge]][license-url]
[crates-badge]: https://img.shields.io/crates/v/eventsourced-postgres
[crates-url]: https://crates.io/crates/eventsourced-postgres
[license-badge]: https://img.shields.io/github/license/hseeberger/eventsourced
[license-url]: https://github.com/hseeberger/eventsourced/blob/main/LICENSE
Postgres implementation for [`eventsourced`](https://github.com/hseeberger/eventsourced/blob/main/eventsourced/README.md) `EventLog` and `SnapshotStore`.
## License ##
This code is open source software licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html).