This data as json, CSV (advanced)
id ▼ | datasette_id | name |
---|---|---|
6 | VICE News Police Shootings 4 | food-trucks |
7 | VICE News Police Shootings 4 | registered-business-locations |
8 | VICE News Police Shootings 4 | sf-film-locations |
9 | VICE News Police Shootings 4 | sf-trees |
JSON shape: default, array, newline-delimited, object
CREATE TABLE databases ( id integer PRIMARY KEY, datasette_id integer, name text, -- TODO: source_hash, license_hash etc FOREIGN KEY (datasette_id) REFERENCES datasettes(id) );