syrup-rail-postgres 0.2.2

Canonical provider-neutral PostgreSQL schema contract and SQLx orchestration for Syrup Rail
Documentation
[package]
name = "syrup-rail-postgres"
version.workspace = true
edition.workspace = true
rust-version = "1.88"
license-file.workspace = true
repository.workspace = true
description = "Canonical provider-neutral PostgreSQL schema contract and SQLx orchestration for Syrup Rail"
readme = "README.md"
publish = true

[[example]]
name = "host_integration"
path = "examples/host_integration.rs"
test = true

[features]
default = []
schema-contract-test-support = []

[dependencies]
async-trait.workspace = true
chrono.workspace = true
syrup-rail.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true
uuid.workspace = true

[dev-dependencies]
postgres-test-harness.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true