From 0dc755a586ce89cb1873983758fb1daddeb63c37 Mon Sep 17 00:00:00 2001 From: Todd Green Date: Thu, 28 May 2026 19:45:27 +0000 Subject: [PATCH] docs: add a short pg_durable / duroxide-pg disambiguator to README Adds a single-blockquote callout near the top of the README so a reader can immediately tell pg_durable apart from duroxide-pg. Replaces the earlier draft that added a full "Duroxide family" overview here; the overview is now kept only in the duroxide hub README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88f56ac..3f94210 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A PostgreSQL-based provider implementation for [Duroxide](https://github.com/microsoft/duroxide), a durable task orchestration framework for Rust. +> **Looking for durable functions directly in SQL?** That's [pg_durable](https://github.com/microsoft/pg_durable) — a PostgreSQL extension built on top of duroxide + duroxide-pg. duroxide-pg itself is the lower-level Rust building block: use it when you want to author your own workflows in Rust against a Postgres-backed store. + > **Note:** See [CHANGELOG.md](CHANGELOG.md) for version history and breaking changes. ## Installation