Crate eventastic_postgres

Crate eventastic_postgres 

Source

Structs§

NoEncryption
An EncryptionProvider that does no encryption. Can be used where you don’t need any encryption.
NoEncryptionError
The error type for NoEncryption.
PostgresRepository
PostgreSQL-based repository implementation for event sourcing.
PostgresTransaction
PostgreSQL transaction wrapper that implements the RepositoryWriter and RepositoryReader traits.
TableConfig
Configuration for database tables used by an aggregate type.

Enums§

DbError
SideEffectDbError
Errors that can occur during side effect storage operations.

Traits§

EncryptionProvider
Encrypt data before storing it in the database.
Pickle
Preserve your data so it can be stored in the database.
RootExt
Extension trait for loading aggregates from PostgreSQL storage.
SideEffectStorage
Trait for storing side effects in a PostgreSQL database.