DBOS provides durable workflows using the Postgres database you already have. No additional infrastructure required.
With DBOS, your database handles workflow state, queues, retries, and recovery, so you can build reliable programs with far less code and without managing a separate orchestration system.
To get started, follow the quickstart to install the open-source library and connect it to your Postgres database. Then, annotate workflows and steps in your program to make them durable.
That's it: your application, your Postgres, and DBOS.