Skip to content

[finding] data-modeling/index.mdx says "Four database drivers in this repo" — there are five; driver-turso is omitted and its sibling page documents it as first-class #10591

Description

@os-elon

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 repodriver-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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions