# Running Durable Workflows in Postgres using DBOS

DevFeed: [Running Durable Workflows in Postgres using DBOS](<https://devfeed.tech/articles/running-durable-workflows-in-postgres-using-dbos-360.md>)

Original publisher: [Read original article](<https://supabase.com/blog/durable-workflows-in-postgres-dbos>)

Author: Paul Copplestone

Published: 2024-12-10T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [aws-step-functions](<https://devfeed.tech/tags/aws-step-functions.md>), [database](<https://devfeed.tech/tags/database.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [integration](<https://devfeed.tech/tags/integration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

A technical deep dive into DBOS durable workflows integrated with Supabase, using Postgres to persist workflow state and resume failed functions from checkpoints.

## Source excerpt

Technical deep dive into the new DBOS integration for Supabase