Skip to content

Latest commit

 

History

History

LLL.DurableTask.EFCore.MySql

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"));