releases

2 rows where "published_at" is on date 2019-02-24

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-02-24 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
15739051 https://github.com/simonw/sqlite-utils/releases/tag/0.13 MDc6UmVsZWFzZTE1NzM5MDUx 0.13 master 0.13 0 simonw 9599 0 2019-02-24T06:54:43Z 2019-02-24T07:00:14Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-13 sqlite-utils 140912432
15744513 https://github.com/simonw/sqlite-utils/releases/tag/0.14 MDc6UmVsZWFzZTE1NzQ0NTEz 0.14 master 0.14 0 simonw 9599 0 2019-02-24T23:11:51Z 2019-02-24T23:15:16Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-14 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 29.047ms · About: github-to-sqlite