datasettes

1 row where license_hash = "92c02496"

View and edit SQL

id ▼ title url about_url description source_hash license_hash
7 OpenStreetMap Time Zone Boundaries https://timezones-api.now.sh/ https://simonwillison.net/2017/Dec/12/location-time-zone-api/   0b479e1f 92c02496

Advanced export

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

CSV options:

CREATE TABLE datasettes (
            id integer PRIMARY KEY,
            title text,
            url text,
            about_url text,
            description text,
            source_hash text,
            license_hash text,
            FOREIGN KEY (source_hash) REFERENCES sources(hash),
            FOREIGN KEY (license_hash) REFERENCES licenses(hash)
        );
Powered by Datasette · Query took 11.899ms