home / registry

datasette_tags

2 rows where tag = "covid-19"

✎ View and edit SQL

This data as json, CSV (advanced)

Link datasette_id tag
9,covid-19 COVID-19 cases, using data from Johns Hopkins CSSE, the New York Times and the LA Times 9 covid-19
11,covid-19 COVID-19 SBA loans above 150k 11 covid-19

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 6.595ms