ended6월 6일· 1 sources

pg_durable - PostgreSQL을 위한 내구성 SQL 함수

Why it matters

pg_durable brings workflow orchestration directly into PostgreSQL via a compact SQL DSL, eliminating the need for external job queues and hundreds of lines of boilerplate code. By providing built-in crash recovery, automatic retries, and parallel execution—with all state managed by PostgreSQL—it transforms complex ETL pipelines and background jobs into simple SQL functions. This matters because it dramatically reduces infrastructure complexity while keeping all execution state queryable and auditable within a single database.

1
Sources
+0
24h
Growth
7d
Active
pg_durablePostgreSQLDurable FunctionsWorkflow OrchestrationParallel ExecutionCrash Recovery

Sources

Related Issues