public data
connecting…

read-only records read-only

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…

read/write records read-write

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…