releases

1 row where repo = 190950781

View and edit SQL

Suggested facets: created_at (date), published_at (date)

repo

  • datasette-bplist · 1
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

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