releases

2 rows where "published_at" is on date 2019-01-28

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-01-28 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
15206659 https://github.com/simonw/datasette/releases/tag/0.26.1 MDc6UmVsZWFzZTE1MjA2NjU5 0.26.1 master Datasette 0.26.1 0 simonw 9599 0 2019-01-11T00:51:38Z 2019-01-28T01:50:45Z [] Release notes: https://datasette.readthedocs.io/en/stable/changelog.html#v0-26-1 datasette 107914493
15208430 https://github.com/simonw/sqlite-utils/releases/tag/0.8 MDc6UmVsZWFzZTE1MjA4NDMw 0.8 master 0.8 0 simonw 9599 0 2019-01-26T02:13:29Z 2019-01-28T06:28:12Z [] Two new commands: `sqlite-utils csv` and `sqlite-utils json` https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-8 sqlite-utils 140912432

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