releases

2 rows where "published_at" is on date 2019-11-07

View and edit SQL

published_at (date)

  • 2019-11-07 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
21276745 https://github.com/simonw/sqlite-utils/releases/tag/1.12 MDc6UmVsZWFzZTIxMjc2NzQ1 1.12 master 1.12 0 simonw 9599 0 2019-11-04T16:28:52Z 2019-11-07T05:00:24Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-12 sqlite-utils 140912432
21276749 https://github.com/simonw/sqlite-utils/releases/tag/1.12.1 MDc6UmVsZWFzZTIxMjc2NzQ5 1.12.1 master 1.12.1 0 simonw 9599 0 2019-11-07T04:58:47Z 2019-11-07T05:00:55Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-12-1 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 7.653ms · About: github-to-sqlite