docs: correct azure-functions-db description in ecosystem table - #236
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the documentation ecosystem table to accurately describe azure-functions-db-python as SQLAlchemy-based integration helpers (not database bindings / not Cosmos DB bindings), and syncs the translated READMEs to use the same full ecosystem table structure as the English README.
Changes:
- Corrects the
azure-functions-db-pythonrow description in the English Ecosystem table. - Replaces the older bullet-list Ecosystem sections in
README.ko.md,README.ja.md, andREADME.zh-CN.mdwith the full Ecosystem table (including the corrected db-python wording) plus the design-principle blurb.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Fixes the inaccurate azure-functions-db-python description in the Ecosystem table. |
| README.zh-CN.md | Replaces the Ecosystem bullet list with the full table + design-principle text, including the corrected db-python row. |
| README.ko.md | Replaces the Ecosystem bullet list with the full table + design-principle text, including the corrected db-python row. |
| README.ja.md | Replaces the Ecosystem bullet list with the full table + design-principle text, including the corrected db-python row. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
azure-functions-db-pythonfrom the inaccurate "Database bindings for SQL, PostgreSQL, MySQL, SQLite, and Cosmos DB" to "SQLAlchemy-powered DB integration helpers (poll-based pseudo trigger, input/output/client injection)", matching the wording already used in the db and knowledge repos.Closes #235
Update: Also folds in translation sync —
README.ko.md,README.ja.md,README.zh-CN.mdnow carry the full Ecosystem table (matching English, including the corrected db-python row) instead of the old bullet list.