home / content

releases

3 rows where repo = 291359358

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: prerelease, 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
30377785 https://github.com/simonw/datasette-yaml/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTMwMzc3Nzg1 0.1a main 0.1a 0 1 2020-08-29T22:34:38Z 2020-08-29T22:35:22Z - First working version datasette-yaml 291359358    
31289706 https://github.com/simonw/datasette-yaml/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTMxMjg5NzA2 0.1 main 0.1 0 0 2020-09-14T22:13:06Z 2020-09-14T22:13:36Z - Initial release datasette-yaml 291359358    
34724054 https://github.com/simonw/datasette-yaml/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTM0NzI0MDU0 0.1.1 main 0.1.1 0 0 2020-12-03T00:09:11Z 2020-12-03T00:09:35Z - Depend on `datasette` without version pinning. datasette-yaml 291359358    

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