home / content

assets

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, uploader, content_type, browser_download_url, created_at (date), updated_at (date)

id ▼ url node_id name label uploader content_type state size download_count created_at updated_at browser_download_url release
30264367 https://api.github.com/repos/simonw/datasette/releases/assets/30264367 MDEyOlJlbGVhc2VBc3NldDMwMjY0MzY3 datasette-0.53-macos-binary.zip   simonw 9599 application/zip uploaded 8297283 41 2021-01-04T21:26:30Z 2021-01-04T21:26:43Z https://github.com/simonw/datasette/releases/download/0.53/datasette-0.53-macos-binary.zip 0.53 35131848
44269780 https://api.github.com/repos/simonw/datasette-app/releases/assets/44269780 RA_kwDOF8z3PM4Co4DU Datasette.app.zip   github-actions[bot] 41898282 application/json; charset=utf-8 uploaded 160840887 104 2021-09-08T02:47:52Z 2021-09-08T02:47:57Z https://github.com/simonw/datasette-app/releases/download/0.1.0/Datasette.app.zip Datasette Desktop 0.1.0 49167607
44620586 https://api.github.com/repos/simonw/datasette-app/releases/assets/44620586 RA_kwDOF8z3PM4CqNsq Datasette.app.zip   github-actions[bot] 41898282 application/json; charset=utf-8 uploaded 120404005 29 2021-09-13T01:03:39Z 2021-09-13T01:03:45Z https://github.com/simonw/datasette-app/releases/download/0.2.0/Datasette.app.zip 0.2.0 49424008
44696124 https://api.github.com/repos/simonw/datasette-app/releases/assets/44696124 RA_kwDOF8z3PM4CqgI8 Datasette-mac.app.zip   github-actions[bot] 41898282 application/json; charset=utf-8 uploaded 120404474 1206 2021-09-13T23:41:13Z 2021-09-14T03:41:26Z https://github.com/simonw/datasette-app/releases/download/0.2.1/Datasette-mac.app.zip 0.2.1 49491482
71394959 https://api.github.com/repos/simonw/datasette-app/releases/assets/71394959 RA_kwDOF8z3PM4EQWaP Datasette.app.zip   github-actions[bot] 41898282 application/json; charset=utf-8 uploaded 128874781 0 2022-07-13T00:29:10Z 2022-07-13T00:29:12Z https://github.com/simonw/datasette-app/releases/download/0.2.2/Datasette.app.zip 0.2.2 71853278
71398813 https://api.github.com/repos/simonw/datasette-app/releases/assets/71398813 RA_kwDOF8z3PM4EQXWd Datasette.app.zip   github-actions[bot] 41898282 application/json; charset=utf-8 uploaded 128867101 1144 2022-07-13T01:22:26Z 2022-07-13T01:22:31Z https://github.com/simonw/datasette-app/releases/download/0.2.2/Datasette.app.zip 0.2.2 71855232

Advanced export

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

CSV options:

CREATE TABLE [assets] (
   [url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [label] TEXT,
   [uploader] INTEGER REFERENCES [users]([id]),
   [content_type] TEXT,
   [state] TEXT,
   [size] INTEGER,
   [download_count] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [browser_download_url] TEXT,
   [release] INTEGER REFERENCES [releases]([id])
);
CREATE INDEX [idx_assets_release]
    ON [assets] ([release]);
CREATE INDEX [idx_assets_uploader]
    ON [assets] ([uploader]);
Powered by Datasette · Queries took 38.072ms