home / data / categories

Menu
  • Log in

categories

Structured categories for listings (e.g. plumber, doctor).

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ slug name
1 services Services
2 animals Animals

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE categories (
  id INTEGER PRIMARY KEY,
  slug TEXT UNIQUE NOT NULL,
  name TEXT NOT NULL
);
Powered by Datasette · Queries took 1.2ms