releases

4 rows where "created_at" is on date 2019-06-29

View and edit SQL

Suggested facets: repo, published_at (date)

created_at (date)

  • 2019-06-29 · 4
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18307928 https://github.com/simonw/sqlite-utils/releases/tag/1.3 MDc6UmVsZWFzZTE4MzA3OTI4 1.3 master 1.3 0 simonw 9599 0 2019-06-29T06:32:36Z 2019-06-29T06:39:32Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-3 sqlite-utils 140912432
18310609 https://github.com/simonw/db-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTE4MzEwNjA5 0.6 master 0.6 0 simonw 9599 0 2019-06-29T15:18:30Z 2019-06-29T15:27:18Z [] - `--all` can now add many foreign key relationships without a `VACUUM` between each one, #8 - Added unit tests against MySQL, refs #5 db-to-sqlite 166159072
18312451 https://github.com/simonw/db-to-sqlite/releases/tag/0.7 MDc6UmVsZWFzZTE4MzEyNDUx 0.7 master 0.7 0 simonw 9599 0 2019-06-29T21:27:30Z 2019-06-29T21:31:00Z [] - Support `pip install db-to-sqlite[postgresql]` #4 - Documentation for both that and `pip install db-to-sqlite[mysql]` db-to-sqlite 166159072
18312546 https://github.com/simonw/db-to-sqlite/releases/tag/0.8 MDc6UmVsZWFzZTE4MzEyNTQ2 0.8 master 0.8 0 simonw 9599 0 2019-06-29T21:52:48Z 2019-06-29T21:53:58Z [] * Added `--progress` option to show progress bars during import - #7 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 82.953ms · About: github-to-sqlite