databases

4 rows where datasette_id = 4

View and edit SQL

datasette_id

  • VICE News Police Shootings · 4
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

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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