Expand description

mysql-es

A MySql implementation of the EventStore trait in cqrs-es.

Structs

A snapshot backed event repository for use in backing a PersistedSnapshotStore.

A mysql backed query repository for use in backing a GenericQuery.

Functions

A convenience building a simple connection pool for MySql database.

A convenience function for creating a CqrsFramework using an aggregate store.

A convenience method for building a simple connection pool for MySql. A connection pool is needed for both the event and view repositories.

A convenience function for creating a CqrsFramework using a snapshot store.

Type Definitions

A convenience type for a CqrsFramework backed by MysqlStore.