Add mongodb row to the repo root README extension table #147
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills#147
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a
mongodbrow to the repo rootREADME.mdextension table, alongside the postgres and victorialogs rows.Background
Depends on: #145
The repo root
README.mdlists the available extensions in a table (name, short description, tools). The mongodb extension is now implemented and documented, so it belongs in that table next to its siblings. This is a small, focused doc edit.Implementation Details
README.md(the rows for postgres and victorialogs).mongodbrow with a concise, accurate one-line description — e.g. "Read-only MongoDB queries (mongo_find,mongo_count,mongo_list_collections) viaMONGODB_URI" — matching the table's column format (link toextensions/mongodb/if other rows link to their directories).Acceptance Criteria
README.mdextension table includes amongodbrow.Test Plan
Open the README and confirm the row renders in the table with consistent formatting.
Closing as already done: the
mongodbrow is present in the rootREADME.mdextension table (line 38, betweenvictorialogsandvision) with an accurate description matching the sibling rows' format. Committed tomain, working tree clean; dependency #145 is closed. Test plan passes (grep -n "mongodb" README.md).