home / content

releases

2 rows where repo = 272098486

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
27525038 https://github.com/simonw/datasette-psutil/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI3NTI1MDM4 0.1 master 0.1 0 0 2020-06-13T22:57:18Z 2020-06-13T23:27:56Z First working version datasette-psutil 272098486    
27525048 https://github.com/simonw/datasette-psutil/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI3NTI1MDQ4 0.2 master 0.2 0 0 2020-06-13T23:27:36Z 2020-06-13T23:28:41Z * Better README, including link to a [live demo](https://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/-/psutil) * Handle errors better datasette-psutil 272098486    

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 20.105ms