Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Organized into three subsections:
programming language. The folder's `_index.md` covers the primary driver or
adapter for that language. Additional pages in the same folder cover
language-specific ORMs and frameworks (e.g., `javascript/drizzle.md`).
- **`adbc/`** — ADBC database connectivity API (language-agnostic).
- **`tools/`** — GUI clients, CLI tools, and observability integrations that are
not tied to a specific programming language (DBeaver, DataGrip, psql, Grafana).

Expand Down Expand Up @@ -115,6 +116,8 @@ clients/
│ └── _index.md
├── r/
│ └── _index.md
├── adbc/ # ADBC driver
│ └── _index.md
└── tools/ # Not language-specific
├── psql.md
├── dbeaver.md
Expand Down
4 changes: 4 additions & 0 deletions content/clients/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
* [R](r)
* [Rust](rust)

Connectivity APIs:

Check failure on line 19 in content/clients/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'APIs'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'APIs'?", "location": {"path": "content/clients/_index.md", "range": {"start": {"line": 19, "column": 14}}}, "severity": "ERROR"}

* [ADBC](adbc)

Tools:

* [DataGrip](tools/datagrip)
Expand Down
Loading
Loading