Skip to content

Commit f25ef1e

Browse files
authored
fix: small blog post error (supabase#31066)
1 parent 551d172 commit f25ef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/_blog/2024-12-10-durable-workflows-in-postgres-dbos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date: '2024-12-10T00:00:01'
1414
toc_depth: 3
1515
---
1616

17-
Michael Stonebraker is the inventor of Postgres and a Turing Award winner. His latest venture is [DBOS](https://www.dbos.dev/), a three-year joint research project between Stanford and MIT. The DBOS team have built a Durable Workflow engine using Postgres. It's one of the of the more elegant designs I've seen, leveraging the features of Postgres to keep it lightweight and fast.
17+
Michael Stonebraker is the inventor of Postgres and a Turing Award winner. His latest venture is [DBOS](https://www.dbos.dev/), a three-year joint research project between Stanford and MIT. The DBOS team have built a Durable Workflow engine using Postgres. It's one of the more elegant designs I've seen, leveraging the features of Postgres to keep it lightweight and fast.
1818

1919
The DBOS team have released a Supabase integration, so you can use your Postgres database as a durable workflow engine.
2020

0 commit comments

Comments
 (0)