Commit db7f3e4
docs(deployment): give postgres/mysql the same optional-driver note Turso has (#14579)
`content/docs/deployment/self-hosting.mdx`'s `OS_DATABASE_URL` row warned that
Turso's driver is an optional package that must be installed by hand or the
boot fails loudly, but said nothing about `pg` / `mysql2` even though they are
optional peer dependencies of `@objectstack/driver-sql` the same way
(`packages/drivers/driver-sql/package.json`). Give postgres:// and mysql://
the same note, and add the install step to the bare-Node systemd recipe on
the same page.
`content/docs/data-modeling/drivers.mdx`'s URL -> Driver Inference Table named
the peer package for Postgres/MySQL without saying it's not installed by
default — the same gap in a milder form. Extend those two rows to match the
Turso row's wording.
No packaging change: no dependency moves, no Dockerfile/scaffolder edits —
those stay on #14510, which this card was split from and does not close here.
Part of #14551
Co-authored-by: Claude <noreply@anthropic.com>1 parent d754829 commit db7f3e4
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| 340 | + | |
| 341 | + | |
340 | 342 | | |
341 | 343 | | |
342 | 344 | | |
| |||
0 commit comments