Skip to content

Latest commit

 

History

History

README.md

LLL.DurableTask.EFCore.MySql Nuget

Extension to EFCore storage with migrations and queries specific to MySql.

Configuration

services.AddDurableTaskEFCoreStorage()
    .UseMySql(ServerVersion.AutoDetect("YOUR_CONNECTION_STRING"));