docs.rs failed to build eventuary-postgres-0.3.0-rc.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
eventuary-postgres-0.2.0
eventuary-postgres
PostgreSQL event backend for eventuary. Provides a durable, multi-node event log with consumer-group checkpointing on top of sqlx::PgPool.
Schema setup is component-owned. PgWriter::connect(pool, config).await prepares only the event-log table, while PgDedupeStore::connect(pool, config).await prepares only the dedupe table. PgDatabase::connect(...) only opens a pool and does not create Eventuary tables.
Integration tests use testcontainers to spawn a real Postgres container; when running on rootless podman set DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock and TESTCONTAINERS_RYUK_DISABLED=true before invoking cargo test.