releases

4 rows where "published_at" is on date 2019-06-26

View and edit SQL

Suggested facets: repo, created_at (date)

published_at (date)

  • 2019-06-26 · 4
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18226656 https://github.com/simonw/sqlite-utils/releases/tag/1.2.2 MDc6UmVsZWFzZTE4MjI2NjU2 1.2.2 master 1.2.2 0 simonw 9599 0 2019-06-26T04:20:55Z 2019-06-26T04:24:33Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2-2 sqlite-utils 140912432
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
18242294 https://github.com/simonw/db-to-sqlite/releases/tag/0.5 MDc6UmVsZWFzZTE4MjQyMjk0 0.5 master 0.5 0 simonw 9599 0 2019-06-26T15:44:35Z 2019-06-26T15:57:17Z [] * Foreign keys are now all added at the end, which means we can support circular foreign key references #1 * Dropped dependency on `toposort` * Added `--all --skip=table` option for skipping one or more tables when running `--all` 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 33.865ms · About: github-to-sqlite