docs: add a short pg_durable / duroxide-pg disambiguator to README#192
Closed
tjgreen42 wants to merge 2 commits into
Closed
docs: add a short pg_durable / duroxide-pg disambiguator to README#192tjgreen42 wants to merge 2 commits into
tjgreen42 wants to merge 2 commits into
Conversation
This was referenced May 28, 2026
|
@tjgreen42 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
afb4f2c to
76f9cc7
Compare
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>
76f9cc7 to
e7521ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a single-blockquote callout right under the opening tagline so a
reader can immediately tell
pg_durableapart fromduroxide-pg, the lower-levelPostgreSQL provider for the
duroxideRust runtime.
The earlier draft of this PR added a full "Duroxide family" overview here;
that overview is now kept only in the duroxide hub README (microsoft/duroxide#24)
so individual project READMEs stay focused on their own pitch.
Companion PRs