datasettes
21 rows
This data as json, CSV (advanced)
Suggested facets: source_hash, license_hash
Advanced export
JSON shape: default, array, newline-delimited, object
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) );