home / content

releases

4 rows where repo = 335137108

✎ 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
37210473 https://github.com/simonw/datasette-basemap/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTM3MjEwNDcz 0.1a main 0.1a 0 1 2021-02-02T01:58:25Z 2021-02-02T01:59:05Z Initial release, bundling zoom levels 0-6. #1 datasette-basemap 335137108    
37210586 https://github.com/simonw/datasette-basemap/releases/tag/0.1a1 simonw 9599 MDc6UmVsZWFzZTM3MjEwNTg2 0.1a1 main 0.1a1 0 1 2021-02-02T02:02:21Z 2021-02-02T02:02:51Z - Fixed bug with database bundling. #1 datasette-basemap 335137108    
37218045 https://github.com/simonw/datasette-basemap/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTM3MjE4MDQ1 0.1 main 0.1 0 0 2021-02-02T07:07:18Z 2021-02-02T07:07:43Z - First non-alpha release. datasette-basemap 335137108    
37267078 https://github.com/simonw/datasette-basemap/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTM3MjY3MDc4 0.2 main 0.2 0 0 2021-02-02T23:32:39Z 2021-02-02T23:33:57Z - Database now includes attribution in the metadata table. #3 datasette-basemap 335137108    

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