datasette_tags
1 row where tag = "usa"
This data as json, CSV (advanced)
Link | datasette_id | tag |
---|---|---|
3,usa | San Francisco 3 | usa |
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) );