home / registry

datasette_tags

1 row where tag = "public-health"

✎ View and edit SQL

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

CSV options:

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)
        );
Powered by Datasette · Queries took 17.755ms