eventsourced-postgres 0.14.1

Postgres implementation for EventSourced EventLog and SnapshotStore.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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).