microsoft/pg_durable
PostgreSQL in-database durable execution
Rust2.8K stars73 forks+314 today
Topics
#durable-execution#durable-functions#durable-workflows#postgresql#ai-pipelines#ai-workflows
What it does
pg_durable enables fault-tolerant, long-running SQL functions directly within PostgreSQL, eliminating the need for external job schedulers and state management. It simplifies workflows by checkpointing execution steps and resuming after failures or restarts.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-06-07
Creator kit
Hook
Revolutionize your PostgreSQL workflow with pg_durable, the new standard for durable execution inside databases. #PostgreSQL #DevOps
Content angles
- How pg_durable simplifies complex data pipeline maintenance and recovery processes.
- A deep dive into the architecture of pg_durable and its benefits over traditional job scheduling systems.
- Case studies: Real-world applications of pg_durable in vector embedding pipelines and ingest workflows.
Who should care
Backend engineers, DBAs, SREs, data pipeline developers, and anyone managing complex SQL workloads.