eventastic_postgres 0.5.0

A postgres event store for eventastic
Documentation
[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.eventastic]
version = "0.5"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.uuid]
features = ["v4", "serde"]
version = "1"

[features]
default = []
serde = ["dep:serde", "dep:serde_json"]

[lib]
name = "eventastic_postgres"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["web-programming", "asynchronous"]
description = "A postgres event store for eventastic"
edition = "2024"
keywords = ["postgres", "postgresql", "database", "ddd", "event-sourcing"]
license = "MIT"
name = "eventastic_postgres"
readme = "README.md"
repository = "https://github.com/jdon/eventastic"
resolver = "2"
version = "0.5.0"

[[test]]
name = "encryption"
path = "tests/encryption.rs"

[[test]]
name = "multi_aggregate"
path = "tests/multi_aggregate.rs"

[[test]]
name = "postgres"
path = "tests/postgres.rs"

[[test]]
name = "side_effect"
path = "tests/side_effect.rs"

[[test]]
name = "snapshots"
path = "tests/snapshots.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"