home / content

releases

3 rows where repo = 184168864

✎ 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
17055917 https://github.com/simonw/datasette-render-html/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTE3MDU1OTE3 0.1 master   0 0 2019-04-30T01:55:11Z 2019-04-30T01:59:32Z   datasette-render-html 184168864    
24740334 https://github.com/simonw/datasette-render-html/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTI0NzQwMzM0 0.1.1 master 0.1.1 0 0 2020-03-21T15:52:26Z 2020-03-21T22:00:21Z * Null values no longer displays as 'None' - #2 datasette-render-html 184168864    
24740384 https://github.com/simonw/datasette-render-html/releases/tag/0.1.2 simonw 9599 MDc6UmVsZWFzZTI0NzQwMzg0 0.1.2 master 0.1.2 0 0 2020-03-21T22:04:49Z 2020-03-21T22:05:55Z * Added [Security section](https://github.com/simonw/datasette-render-html/blob/ad30076fae9c3788b917967a776de42853109536/README.md#security) to the README datasette-render-html 184168864    

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