Structs§
- NoEncryption
- An
EncryptionProvider
that does no encryption. Can be used where you don’t need any encryption. - NoEncryption
Error - The error type for
NoEncryption
. - Postgres
Repository - PostgreSQL-based repository implementation for event sourcing.
- Postgres
Transaction - PostgreSQL transaction wrapper that implements the
RepositoryWriter
andRepositoryReader
traits. - Table
Config - Configuration for database tables used by an aggregate type.
Enums§
- DbError
- Side
Effect DbError - Errors that can occur during side effect storage operations.
Traits§
- Encryption
Provider - 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.
- Side
Effect Storage - Trait for storing side effects in a PostgreSQL database.