Add mongodb row to the repo root README extension table #147

Closed
opened 2026-08-31 22:07:10 +00:00 by david · 1 comment
Owner

Summary

Add a mongodb row to the repo root README.md extension table, alongside the postgres and victorialogs rows.

Background

Depends on: #145

The repo root README.md lists 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

  1. Find the extension table in the repo root README.md (the rows for postgres and victorialogs).
  2. Add a mongodb row with a concise, accurate one-line description — e.g. "Read-only MongoDB queries (mongo_find, mongo_count, mongo_list_collections) via MONGODB_URI" — matching the table's column format (link to extensions/mongodb/ if other rows link to their directories).
  3. Do not alter the postgres/victorialogs rows or unrelated content.

Acceptance Criteria

  • Root README.md extension table includes a mongodb row.
  • The row's description is accurate and matches the format/style of the sibling rows.
  • No other content in the root README is changed.

Test Plan

grep -n "mongodb" README.md   # row present

Open the README and confirm the row renders in the table with consistent formatting.

## Summary Add a `mongodb` row to the repo root `README.md` extension table, alongside the postgres and victorialogs rows. ## Background **Depends on:** #145 The repo root `README.md` lists 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 1. Find the extension table in the repo root `README.md` (the rows for postgres and victorialogs). 2. Add a `mongodb` row with a concise, accurate one-line description — e.g. "Read-only MongoDB queries (`mongo_find`, `mongo_count`, `mongo_list_collections`) via `MONGODB_URI`" — matching the table's column format (link to `extensions/mongodb/` if other rows link to their directories). 3. Do not alter the postgres/victorialogs rows or unrelated content. ## Acceptance Criteria - [ ] Root `README.md` extension table includes a `mongodb` row. - [ ] The row's description is accurate and matches the format/style of the sibling rows. - [ ] No other content in the root README is changed. ## Test Plan ```bash grep -n "mongodb" README.md # row present ``` Open the README and confirm the row renders in the table with consistent formatting.
Author
Owner

Closing as already done: the mongodb row is present in the root README.md extension table (line 38, between victorialogs and vision) with an accurate description matching the sibling rows' format. Committed to main, working tree clean; dependency #145 is closed. Test plan passes (grep -n "mongodb" README.md).

Closing as already done: the `mongodb` row is present in the root `README.md` extension table (line 38, between `victorialogs` and `vision`) with an accurate description matching the sibling rows' format. Committed to `main`, working tree clean; dependency #145 is closed. Test plan passes (`grep -n "mongodb" README.md`).
david closed this issue 2026-09-18 06:50:40 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
david/pi-extensions-and-skills#147
No description provided.