Found by the docs audit of the first-run path (#10563).
What is wrong
content/docs/data-modeling/index.mdx:44 says:
Four database drivers in this repo — driver-sql (PostgreSQL / MySQL /
SQLite via Knex), driver-mongodb, driver-memory (in-memory, for tests and
demos), and driver-sqlite-wasm (SQLite in the browser / WebContainers).
There are five. packages/drivers/ contains driver-memory, driver-mongodb,
driver-sql, driver-sqlite-wasmand driver-turso —
@objectstack/driver-turso v17.1.0, public (not private).
The omission is not a shorthand: the sibling page content/docs/data-modeling/drivers.mdx
documents Turso as a first-class, URL-inferred driver — libsql:// and
http(s)://*.turso.… are inferred by os serve / os start / os dev and by
createStandaloneStack — with the caveat that the package is an optional
install because it pulls @libsql/client plus native bindings.
So a reader who only reads the module landing page never learns Turso is supported.
Either the count and list need updating, or the sentence needs to say what it is
actually counting (e.g. "four drivers installed by default").
Back-link: #10563
Found by the docs audit of the first-run path (#10563).
What is wrong
content/docs/data-modeling/index.mdx:44says:There are five.
packages/drivers/containsdriver-memory,driver-mongodb,driver-sql,driver-sqlite-wasmanddriver-turso—@objectstack/driver-tursov17.1.0, public (notprivate).The omission is not a shorthand: the sibling page
content/docs/data-modeling/drivers.mdxdocuments Turso as a first-class, URL-inferred driver —
libsql://andhttp(s)://*.turso.…are inferred byos serve/os start/os devand bycreateStandaloneStack— with the caveat that the package is an optionalinstall because it pulls
@libsql/clientplus native bindings.So a reader who only reads the module landing page never learns Turso is supported.
Either the count and list need updating, or the sentence needs to say what it is
actually counting (e.g. "four drivers installed by default").
Back-link: #10563