home / content

releases

1 row where repo = 217216787

✎ 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
46931587 https://github.com/simonw/datasette-haversine/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTQ2OTMxNTg3 0.2 main 0.2 0 0 2021-07-28T20:13:05Z 2021-07-28T20:14:24Z - Handle string columns in addition to float columns. [#1](https://github.com/simonw/datasette-haversine/issues/1) datasette-haversine 217216787    

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.866ms