Back to GitHub trending

microsoft/pg_durable

PostgreSQL in-database durable execution

Rust2.8K stars79 forks+314 today
View on GitHubShare on X

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

2026-08-23 → 2026-09-12+32 stars

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.