microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
178 stars 25 forks source link

Postgres backend support #33

Open cgillum opened 9 months ago

cgillum commented 9 months ago

This PR adds support for postgres as as a built-in alternative to sqlite for storing orchestration state. The idea is to support an open-source database that can be used more easily in scaled-out deployments.

I've also updated the project to target go 1.20 by default since 1.18 is no longer supported.

balchua commented 6 months ago

Hi i am also interested in having postgres support, do you have the timeline on when this will land? Thanks