datasette_tags
1 row where tag = "public-health"
This data as json, CSV (advanced)
| Link | datasette_id | tag |
|---|---|---|
| 9,public-health | COVID-19 cases, using data from Johns Hopkins CSSE, the New York Times and the LA Times 9 | public-health |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE datasette_tags (
datasette_id integer,
tag text,
PRIMARY KEY (datasette_id, tag),
FOREIGN KEY (datasette_id) REFERENCES datasettes(id),
FOREIGN KEY (tag) REFERENCES tags(tag)
);