releases

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

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-24 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18823859 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.1 MDc6UmVsZWFzZTE4ODIzODU5 0.3.1 master 0.3.1 0 simonw 9599 0 2019-07-24T06:33:22Z 2019-07-24T06:38:36Z [] Uses less RAM - see #7 healthkit-to-sqlite 197882382
18911392 https://github.com/simonw/sqlite-utils/releases/tag/1.7 MDc6UmVsZWFzZTE4OTExMzky 1.7 master 1.7 0 simonw 9599 0 2019-07-24T06:50:41Z 2019-07-28T12:03:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-7 sqlite-utils 140912432

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 31.026ms · About: github-to-sqlite