Durable execution/workflow engine with convex support
durable-execution to run tasks durably. These tasks can be simple functions or complex workflows with a high degree of type safety. I use it for my file processing and other AI related workflows. This is similar to the workflow component by convex. Initially I added adapters for sql databases via drizzle as thats what I used but I've been loving Convex and wanted to use a single database so I added support for it!https://github.com/gpahal/durable-execution
