docs: correct azure-functions-db description in ecosystem table - #293
Merged
Conversation
yeongseon
force-pushed
the
docs/fix-db-ecosystem-row
branch
from
July 23, 2026 06:39
f5953c3 to
b0fbdbd
Compare
There was a problem hiding this comment.
Pull request overview
Updates the documentation “Ecosystem” section to accurately describe azure-functions-db-python and to keep translated READMEs aligned with the English ecosystem table, improving correctness and consistency across the DX Toolkit docs.
Changes:
- Corrected the
azure-functions-db-pythonecosystem-table description to reflect SQLAlchemy-based integration helpers (and removed the incorrect “Cosmos DB bindings” claim). - Replaced the older ecosystem bullet lists in
README.ko.md,README.ja.md, andREADME.zh-CN.mdwith the full ecosystem table (matching English, including the corrected db row).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Fixes the azure-functions-db-python row description in the ecosystem table to match the canonical wording. |
| README.ko.md | Syncs Korean README ecosystem section to the full table format and includes the corrected db row. |
| README.ja.md | Syncs Japanese README ecosystem section to the full table format and includes the corrected db row. |
| README.zh-CN.md | Syncs Simplified Chinese README ecosystem section to the full table format and includes the corrected db row. |
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 #292
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.