postgres-es 0.1.0

A Postgres implementation of an event store for cqrs-es.
Documentation
[dependencies.chrono]
version = "0.4.11"

[dependencies.cqrs-es]
version = "0.1.0"

[dependencies.postgres]
features = ["with-serde_json"]
version = "0.15.2"

[dependencies.postgres-shared]
version = "0.4.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.static_assertions]
version = "0.3"

[dev-dependencies.uuid]
features = ["v4"]
version = "0.8"

[package]
authors = ["Dave Garred <dave.garred@serverlesstechnology.com>"]
description = "A Postgres implementation of an event store for cqrs-es."
documentation = "https://docs.rs/postgres-es"
edition = "2018"
keywords = ["cqrs", "event-sourcing", "serverless", "lambda"]
license-file = "LICENSE"
name = "postgres-es"
readme = "README.md"
repository = "https://github.com/serverlesstechnology/postgres-es"
version = "0.1.0"