releases

2 rows where "published_at" is on date 2019-02-08

View and edit SQL

Suggested facets: created_at (date)

published_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
15439849 https://github.com/simonw/sqlite-utils/releases/tag/0.10 MDc6UmVsZWFzZTE1NDM5ODQ5 0.10 master 0.10 0 simonw 9599 0 2019-02-07T05:17:52Z 2019-02-08T05:19:33Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-10 sqlite-utils 140912432
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

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