releases

10 rows where repo = 166159072

View and edit SQL

Suggested facets: created_at (date), published_at (date)

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
18242211 https://github.com/simonw/db-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE4MjQyMjEx 0.3 master 0.3 0 simonw 9599 0 2019-02-24T21:59:42Z 2019-06-26T15:54:56Z [] Anchor to sqlite-utils==0.13 to pick up a breaking change. db-to-sqlite 166159072
18242248 https://github.com/simonw/db-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTE4MjQyMjQ4 0.4 master 0.4 0 simonw 9599 0 2019-02-24T23:44:01Z 2019-06-26T15:55:54Z [] * Create `--all` tables in toposort order * Depend on sqlite-utils version 0.14 or higher db-to-sqlite 166159072
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
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
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
19054897 https://github.com/simonw/db-to-sqlite/releases/tag/1.0.2 MDc6UmVsZWFzZTE5MDU0ODk3 1.0.2 master 1.0.2 0 simonw 9599 0 2019-08-03T04:01:00Z 2019-08-03T04:09:41Z [] Fix for #18 - no longer throws error on empty tables 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.458ms · About: github-to-sqlite