releases

1 row where "created_at" is on date 2019-11-08 and repo = 197882382

View and edit SQL

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

id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
21306693 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTIxMzA2Njkz 0.4 master 0.4 0 simonw 9599 0 2019-11-08T01:19:23Z 2019-11-08T01:19:51Z [] * Fixed workout latitude/longitude points import for iOS 13 - #10 healthkit-to-sqlite 197882382

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 74.185ms · About: github-to-sqlite