docs(website): document the seed command, with cast (ADR-0048)

New Reference page "Generating sample data" (captured output + a
two-table seed cast showing generation, FK sampling context, and a
`set` override); cross-links from inserting-and-editing-data and
columns; seed added to the rdbms highlight grammar;
querying/sql-queries renumbered. Cast stance in STYLE.md revised to
"justify the absence". Refs #33, #34.
This commit is contained in:
claude@clouddev1
2026-06-12 14:41:37 +00:00
parent 4691d7950a
commit 77c55fa669
9 changed files with 933 additions and 19 deletions
@@ -113,5 +113,8 @@ update <Table> set <col>=<value>[, ...] (where <expr> | --all-rows)
delete from <Table> (where <expr> | --all-rows)
```
To fill a table with many rows at once instead of typing each one, see
[Generating sample data](/reference/generating-sample-data/).
See also [Querying & inspecting](/reference/querying-and-inspecting/) and
[Constraints](/reference/constraints/).