releases

2 rows where "created_at" is on date 2019-02-08 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-02-08 · 2
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
15440165 https://github.com/simonw/db-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE1NDQwMTY1 0.2 master 0.2 0 simonw 9599 0 2019-02-08T06:01:44Z 2019-02-08T06:07:36Z [] `--all` option can now be used to duplicate an entire database, including detecting foreign key relationships. `--table` option called without `--sql` will now mirror the specified table. db-to-sqlite 166159072
15731282 https://github.com/simonw/sqlite-utils/releases/tag/0.11 MDc6UmVsZWFzZTE1NzMxMjgy 0.11 master 0.11 0 simonw 9599 0 2019-02-08T05:23:50Z 2019-02-23T02:15:34Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-11 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 29.262ms · About: github-to-sqlite