releases

2 rows where "created_at" is on date 2019-06-26

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-06-26 · 2
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
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 34.607ms · About: github-to-sqlite