releases

2 rows where "created_at" is on date 2019-02-24 and repo = 166159072

View and edit SQL

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

id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18242211 https://github.com/simonw/db-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE4MjQyMjEx 0.3 master 0.3 0 simonw 9599 0 2019-02-24T21:59:42Z 2019-06-26T15:54:56Z [] Anchor to sqlite-utils==0.13 to pick up a breaking change. db-to-sqlite 166159072
18242248 https://github.com/simonw/db-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTE4MjQyMjQ4 0.4 master 0.4 0 simonw 9599 0 2019-02-24T23:44:01Z 2019-06-26T15:55:54Z [] * Create `--all` tables in toposort order * Depend on sqlite-utils version 0.14 or higher db-to-sqlite 166159072

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