releases

2 rows where "published_at" is on date 2019-06-09

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-06-09 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
17870990 https://github.com/simonw/datasette-bplist/releases/tag/0.1 MDc6UmVsZWFzZTE3ODcwOTkw 0.1 master 0.1 0 simonw 9599 0 2019-06-09T01:14:22Z 2019-06-09T01:19:55Z [] Initial release. datasette-bplist 190950781
17874587 https://github.com/simonw/datasette-render-binary/releases/tag/0.1 MDc6UmVsZWFzZTE3ODc0NTg3 0.1 master 0.1 0 simonw 9599 0 2019-06-09T16:01:27Z 2019-06-09T16:10:36Z []   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 28.169ms · About: github-to-sqlite