releases

2 rows where "created_at" is on date 2019-06-13 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-06-13 · 2
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
17961871 https://github.com/simonw/sqlite-utils/releases/tag/1.2 MDc6UmVsZWFzZTE3OTYxODcx 1.2 master 1.2 0 simonw 9599 0 2019-06-13T06:39:59Z 2019-06-13T06:42:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2 sqlite-utils 140912432
17976887 https://github.com/simonw/datasette-render-binary/releases/tag/0.3 MDc6UmVsZWFzZTE3OTc2ODg3 0.3 master 0.3 0 simonw 9599 0 2019-06-13T16:14:18Z 2019-06-13T16:16:36Z [] Now uses the [filetype](https://pypi.org/project/filetype/) module to suggest a possible format. <img width="600" alt="many-photos-tables__RKFaceCrop__58_rows" src="https://user-images.githubusercontent.com/9599/59449428-df85cf00-8dbb-11e9-8817-0fd09ff539c7.png"> datasette-render-binary 191022928

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