Rows served from the database over the public API. Anyone can read; nobody can write. Columns and types come straight from the table.
| label text | quantity int | price numeric | in_stock bool | created_at timestamptz |
|---|---|---|---|---|
| loading… | ||||
Insert a typed row over the public API and read them all back. Bounded
— label ≤ 80 chars, newest 100 kept.
| label text | amount int | active bool | created_at timestamptz |
|---|---|---|---|
| loading… | |||