releases

2 rows where "created_at" is on date 2019-07-20

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-20 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18750551 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.1 MDc6UmVsZWFzZTE4NzUwNTUx 0.1 master Initial release 0 simonw 9599 0 2019-07-20T06:22:57Z 2019-07-20T16:43:09Z []   healthkit-to-sqlite 197882382
18750559 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE4NzUwNTU5 0.2 master 0.2 0 simonw 9599 0 2019-07-20T16:44:05Z 2019-07-20T16:44:41Z [] Fixed a bug where duplicate records could crash the import. 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 30.954ms · About: github-to-sqlite