releases

2 rows where "published_at" is on date 2019-02-23 sorted by html_url

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-02-23 · 2
id html_url ▼ node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
15731282 https://github.com/simonw/sqlite-utils/releases/tag/0.11 MDc6UmVsZWFzZTE1NzMxMjgy 0.11 master 0.11 0 simonw 9599 0 2019-02-08T05:23:50Z 2019-02-23T02:15:34Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-11 sqlite-utils 140912432
15731354 https://github.com/simonw/sqlite-utils/releases/tag/0.12 MDc6UmVsZWFzZTE1NzMxMzU0 0.12 master 0.12 0 simonw 9599 0 2019-02-23T02:22:28Z 2019-02-23T02:31:29Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-12 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 27.637ms · About: github-to-sqlite