nstreams-postgres 0.2.2

PostgreSQL persistence backend for nstreams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nstreams-postgres"
description = "PostgreSQL persistence backend for nstreams"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
async-trait.workspace = true
chrono.workspace = true
nstreams-core = { version = "0.2.2", path = "../nstreams-core" }
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tracing.workspace = true