databases

2 rows where name = "sf-film-locations"

View and edit SQL

name

  • sf-film-locations · 2
id ▼ datasette_id name
4 San Francisco 3 sf-film-locations
8 VICE News Police Shootings 4 sf-film-locations

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