Expand description
Postgres-backed event sourcing implementations.
This crate provides PostgreSQL implementations of the core Sourcery
traits:
Store- An implementation ofsourcery_core::store::EventStoresnapshot::Store- An implementation ofsourcery_core::snapshot::SnapshotStore
Both use the same database and can share a connection pool.
Modules§
- snapshot
- PostgreSQL-backed snapshot store implementation.
Structs§
- Store
- A PostgreSQL-backed
EventStore.