datasettes

1 row where source_hash = "7b73837f"

View and edit SQL

id ▼ title url about_url description source_hash license_hash
2 UK Registers of Members Interest https://register-of-members-interests.datasettes.com/ https://simonwillison.net/2018/Apr/25/register-members-interests/ MPs declare conflicts of interest, and sources of their income. 7b73837f

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