Microsoft has introduced pg_durable, a PostgreSQL extension that enables durable, fault-tolerant workflow execution directly within the database. This tool replaces complex external orchestrators by allowing developers to define checkpointed SQL workflows that automatically resume after crashes or failures.