home / registry

datasette_tags

2 rows where datasette_id = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Link datasette_id tag
20,templated Rocky Beaches 20 templated
20,websites Rocky Beaches 20 websites

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