releases

2 rows where "published_at" is on date 2019-07-11

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-07-11 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18542137 https://github.com/simonw/datasette-cors/releases/tag/0.3 MDc6UmVsZWFzZTE4NTQyMTM3 0.3 master 0.3 0 simonw 9599 0 2019-07-11T04:40:37Z 2019-07-11T04:43:24Z [] Now with unit tests! #1 datasette-cors 195696804
18555982 https://github.com/simonw/datasette-auth-github/releases/tag/0.7 MDc6UmVsZWFzZTE4NTU1OTgy 0.7 master 0.7 0 simonw 9599 0 2019-07-11T15:05:54Z 2019-07-11T15:07:15Z [] * New `require_auth` configuration option. This defaults to `True` (reflecting existing behaviour) when `datasette-auth-github` is used as a Datasette plugin, but it defaults to `False` if you use the wrapper ASGI middleware class directly. #37 datasette-auth-github 195087137

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