releases

2 rows where "created_at" is on date 2019-09-17 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-09-17 · 2
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
20031553 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTIwMDMxNTUz 0.4 master 0.4 0 simonw 9599 0 2019-09-17T00:18:37Z 2019-09-17T00:19:42Z [] * Added `github-to-sqlite repos` command, #3 github-to-sqlite 207052882
20051401 https://github.com/simonw/datasette-atom/releases/tag/0.1a MDc6UmVsZWFzZTIwMDUxNDAx 0.1a master 0.1a 0 simonw 9599 1 2019-09-17T15:34:27Z 2019-09-17T15:40:22Z [] Initial work in progress datasette-atom 209091256

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