Skip to main content

Crate sourcery_postgres

Crate sourcery_postgres 

Source
Expand description

Postgres-backed event sourcing implementations.

This crate provides PostgreSQL implementations of the core Sourcery traits:

Both use the same database and can share a connection pool.

Modules§

snapshot
PostgreSQL-backed snapshot store implementation.

Structs§

Store
A PostgreSQL-backed EventStore.

Enums§

Error