Structs§
- Sqlite
Event Repository - An event repository relying on a SQLite database for persistence.
- Sqlite
View Repository - An SQLite backed query repository for use in backing a
GenericQuery
.
Functions§
- default_
sqlite_ pool - A convenience method for building a simple connection pool for SQLite. A connection pool is needed for both the event and view repositories.
- sqlite_
aggregate_ cqrs - A convenience function for creating a CqrsFramework using an aggregate store.
- sqlite_
cqrs - A convenience function for creating a CqrsFramework from a database connection pool and queries.
- sqlite_
snapshot_ cqrs - A convenience function for creating a CqrsFramework using a snapshot store.
Type Aliases§
- Sqlite
Cqrs - A convenience type for a CqrsFramework backed by SqliteEventRepository.