Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 436 Bytes

File metadata and controls

11 lines (6 loc) · 436 Bytes

SimpleCqrs.EventStore.AzureTable

Azure Table Storage implementation of the IEventStore interface for the SimpleCQRS library.

This code depends on the AzureCloudTableContext.Api library which is included in the Nuget package but the source code can be found here: https://github.com/Hallmanac/AzureCloudTable

To install via Nuget...

PM> Install-Package SimpleCqrs.EventStore.AzureTable -Pre