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