releases

2 rows where "created_at" is on date 2019-07-01

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-01 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18320205 https://github.com/simonw/db-to-sqlite/releases/tag/1.0 MDc6UmVsZWFzZTE4MzIwMjA1 1.0 master 1.0 0 simonw 9599 0 2019-07-01T01:23:17Z 2019-07-01T01:32:47Z [] See the [README](https://github.com/simonw/db-to-sqlite/blob/1.0/README.md) for full usage instructions. * Instead of using `--connection` the connection string is now a required positional argument, #14 * `--sql` must now be accompanied by `--output` specifying the table the query results should be written to * `--redact tablename columnname` option can be used to redact values, #2 * Foreign keys are now created with indexes, use `--no-index-fks` to disable this, #12 * `--table` can now be used multiple times, #6 * README and `--help` now include example connection strings * README also details how this can be used with Heroku Postgres db-to-sqlite 166159072
18321523 https://github.com/simonw/db-to-sqlite/releases/tag/1.0.1 MDc6UmVsZWFzZTE4MzIxNTIz 1.0.1 master 1.0.1 0 simonw 9599 0 2019-07-01T04:08:01Z 2019-07-01T04:09:04Z [] * Improvements to README 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 26.042ms · About: github-to-sqlite