Skip to content

Latest commit

 

History

History

LLL.DurableTask.EFCore.PostgreSQL

LLL.DurableTask.EFCore.PostgreSQL Nuget

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

Configuration

services.AddDurableTaskEFCoreStorage()
    .UseNpgsql("YOUR_CONNECTION_STRING");