releases

149 rows sorted by tag_name

View and edit SQL

id html_url node_id tag_name ▼ target_commitish name draft author prerelease created_at published_at assets body repo
8651869 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTg2NTE4Njk= 0.6 master csvs-to-sqlite 0.6 0 simonw 9599 0 2017-11-24T23:12:10Z 2017-11-24T23:16:45Z [] ## SQLite full-text search support - Added `--fts` option for setting up SQLite full-text search. The `--fts` option will create a corresponding SQLite FTS virtual table, using the best available version of the FTS module. https://sqlite.org/fts5.html https://www.sqlite.org/fts3.html Usage: csvs-to-sqlite my-csv.csv output.db -f column1 -f column2 Example generated with this option: https://sf-trees-search.now.sh/ Example search: https://sf-trees-search.now.sh/sf-trees-search-a899b92?sql=select+*+from+Street_Tree_List+where+rowid+in+%28select+rowid+from+Street_Tree_List_fts+where+Street_Tree_List_fts+match+%27grove+london+dpw%27%29%0D%0A Will be used in https://github.com/simonw/datasette/issues/131 - `--fts` and `--extract-column` now cooperate. If you extract a column and then specify that same column in the `--fts` list, `csvs-to-sqlite` now uses the original value of that column in the index. Example using CSV from https://data.sfgov.org/City-Infrastructure/Street-Tree-List/tkzw-k3nq csvs-to-sqlite Street_Tree_List.csv trees-fts.db \ -c qLegalStatus -c qSpecies -c qSiteInfo \ -c PlantType -c qCaretaker -c qCareAssistant \ -f qLegalStatus -f qSpecies -f qAddress \ -f qSiteInfo -f PlantType -f qCaretaker \ -f qCareAssistant -f PermitNotes Closes #9 - Handle column names with spaces in them. - Added `csvs-to-sqlite --version` option. Using http://click.pocoo.org/5/api/#click.version_option csvs-to-sqlite 110509816
11820542 https://github.com/simonw/datasette-vega/releases/tag/0.6 MDc6UmVsZWFzZTExODIwNTQy 0.6 master datasette-vega 0.6 0 simonw 9599 0 2018-07-07T00:48:12Z 2018-07-07T01:20:53Z [] Tooltips! #10 Cache-busting filename for CSS and JS, so new versions won't fail to load due to browser caching. #11 datasette-vega 138669673
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
18458558 https://github.com/simonw/datasette-auth-github/releases/tag/0.6 MDc6UmVsZWFzZTE4NDU4NTU4 0.6 master 0.6 0 simonw 9599 0 2019-07-07T19:41:27Z 2019-07-07T19:41:47Z [] * Redirects back to where you were after you login, using a new `asgi_auth_redirect` cookie - #26 * Unset asgi_auth_logout cookie when you sign in again - #28 * Fixed bug where API call to GitHub intermittently failed with `ConnectionResetError` - #27 * More robust creation of derived cookie signing secret using `hashlib.pbkdf2_hmac` * HTML pages now served with `charset=UTF-8` - #30 datasette-auth-github 195087137
20497186 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTIwNDk3MTg2 0.6 master 0.6 0 simonw 9599 0 2019-10-06T04:49:17Z 2019-10-06T04:52:18Z [] * New experimental `track` and `follow` commands for subscribing to the Twitter real-time API #11. [Documentation](https://github.com/dogsheep/twitter-to-sqlite#capturing-tweets-in-real-time-with-track-and-follow) for track and follow. * Documentation for `--sql` and `--attach`, refs #8 twitter-to-sqlite 206156866
21354706 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTIxMzU0NzA2 0.6 master 0.6 0 simonw 9599 0 2019-11-11T05:31:46Z 2019-11-11T05:34:06Z [] - New `releases` command for fetching releases for a repo, #11 - Repository topics are now fetched by the `repos` command - `github-to-sqlite repos` now accepts multiple usernames - Command now works without `--auth` file (using anonymous API calls), #9 github-to-sqlite 207052882
8652417 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.6.1 MDc6UmVsZWFzZTg2NTI0MTc= 0.6.1 master csvs-to-sqlite 0.6.1 0 simonw 9599 0 2017-11-25T02:57:01Z 2017-11-25T02:58:25Z [] - `-f and -c` now work for single table multiple columns. Fixes #12 csvs-to-sqlite 110509816
11849223 https://github.com/simonw/datasette-vega/releases/tag/0.6.1 MDc6UmVsZWFzZTExODQ5MjIz 0.6.1 master datasette-vega 0.6.1 0 simonw 9599 0 2018-07-10T03:25:37Z 2018-07-10T03:44:51Z [] Tooltips #10 now also include the size and color column values, if those options have been selected. datasette-vega 138669673
18458837 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.1 MDc6UmVsZWFzZTE4NDU4ODM3 0.6.1 master 0.6.1 0 simonw 9599 0 2019-07-07T20:38:42Z 2019-07-07T20:39:19Z [] Minor code clean-up and updated one-line description for PyPI / README. datasette-auth-github 195087137
18461352 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.2 MDc6UmVsZWFzZTE4NDYxMzUy 0.6.2 master 0.6.2 0 simonw 9599 0 2019-07-08T03:47:16Z 2019-07-08T03:47:38Z [] Updated README for PyPI datasette-auth-github 195087137
18476766 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.3 MDc6UmVsZWFzZTE4NDc2NzY2 0.6.3 master 0.6.3 0 simonw 9599 0 2019-07-08T16:51:01Z 2019-07-08T16:51:39Z [] Additional documentation on `scope["auth"]` when using as ASGI middleware. datasette-auth-github 195087137
8656486 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.7 MDc6UmVsZWFzZTg2NTY0ODY= 0.7 master csvs-to-sqlite 0.7 0 simonw 9599 0 2017-11-26T03:11:33Z 2017-11-26T03:14:11Z [] - Add -s option to specify input field separator (#13) [Jani Monoses] csvs-to-sqlite 110509816
15175633 https://github.com/simonw/sqlite-utils/releases/tag/0.7 MDc6UmVsZWFzZTE1MTc1NjMz 0.7 master 0.7 0 simonw 9599 0 2019-01-25T07:20:49Z 2019-01-25T07:27:57Z [] Release notes are here: https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-7 sqlite-utils 140912432
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
18555982 https://github.com/simonw/datasette-auth-github/releases/tag/0.7 MDc6UmVsZWFzZTE4NTU1OTgy 0.7 master 0.7 0 simonw 9599 0 2019-07-11T15:05:54Z 2019-07-11T15:07:15Z [] * New `require_auth` configuration option. This defaults to `True` (reflecting existing behaviour) when `datasette-auth-github` is used as a Datasette plugin, but it defaults to `False` if you use the wrapper ASGI middleware class directly. #37 datasette-auth-github 195087137
20504543 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.7 MDc6UmVsZWFzZTIwNTA0NTQz 0.7 master 0.7 0 simonw 9599 0 2019-10-07T00:32:08Z 2019-10-07T00:33:28Z [] * New `statuses-lookup` command for bulk fetching tweets by their IDs - #13 twitter-to-sqlite 206156866
21163426 https://github.com/simonw/datasette-cluster-map/releases/tag/0.7 MDc6UmVsZWFzZTIxMTYzNDI2 0.7 master 0.7 0 simonw 9599 0 2019-11-02T03:35:00Z 2019-11-02T03:54:36Z [] - Upgraded Leaflet to 1.5.1 - Upgraded leaflet.markercluster to 1.4.1 This fixes a bug where `datasette-cluster-map` and [datasette-leaflet-geojson](https://github.com/simonw/datasette-leaflet-geojson) could not run within the same Datasette instance. datasette-cluster-map 130236762
10696701 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.8 MDc6UmVsZWFzZTEwNjk2NzAx 0.8 master csvs-to-sqlite 0.8 0 simonw 9599 0 2018-04-24T15:08:37Z 2018-04-24T15:35:30Z [] - `-d` and `-df` options for specifying date/datetime columns, closes #33 - Maintain lookup tables in SQLite, refs #17 - `--index` option to specify which columns to index, closes #24 - Test confirming `--shape` and `--filename-column` and `-c` work together #25 - Use usecols when loading CSV if shape specified - `--filename-column` is now compatible with `--shape`, closes #10 - `--no-index-fks` option By default, csvs-to-sqlite creates an index for every foreign key column that is added using the `--extract-column` option. For large tables, this can dramatically increase the size of the resulting database file on disk. The new `--no-index-fks` option allows you to disable this feature to save on file size. Refs #24 which will allow you to explicitly list which columns SHOULD have an index created. - Added `--filename-column` option, refs #10 - Fixes for Python 2, refs #25 - Implemented new `--shape` option - refs #25 - `--table` option for specifying table to write to, refs #10 - Updated README to cover `--skip-errors`, refs #20 - Add `--skip-errors` option (#20) [Jani Monoses] - Less verbosity (#19) [Jani Monoses] Only log `extract_columns` info when that option is passed. - Add option for field quoting behaviour (#15) [Jani Monoses] csvs-to-sqlite 110509816
15208430 https://github.com/simonw/sqlite-utils/releases/tag/0.8 MDc6UmVsZWFzZTE1MjA4NDMw 0.8 master 0.8 0 simonw 9599 0 2019-01-26T02:13:29Z 2019-01-28T06:28:12Z [] Two new commands: `sqlite-utils csv` and `sqlite-utils json` https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-8 sqlite-utils 140912432
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
18596695 https://github.com/simonw/datasette-auth-github/releases/tag/0.8 MDc6UmVsZWFzZTE4NTk2Njk1 0.8 master 0.8 0 simonw 9599 0 2019-07-13T18:39:34Z 2019-07-13T18:43:06Z [] Now compatible with Python 3.5, which means it can run on Glitch! https://datasette-auth-github-demo.glitch.me/ #38 This also means we now have no installation dependencies, since the code now uses the standard library to make API calls instead of depending on [http3](https://github.com/encode/http3). #40 datasette-auth-github 195087137
20631452 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.8 MDc6UmVsZWFzZTIwNjMxNDUy 0.8 master 0.8 0 simonw 9599 0 2019-10-11T06:45:21Z 2019-10-11T06:46:52Z [] * New `twitter-to-sqlite import twitter.db archive.zip` command for importing data from a Twitter export file. #4 - [documentation here](https://github.com/dogsheep/twitter-to-sqlite/blob/master/README.md#importing-data-from-your-twitter-archive). twitter-to-sqlite 206156866
15022807 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9 MDc6UmVsZWFzZTE1MDIyODA3 0.9 master csvs-to-sqlite 0.9 0 simonw 9599 0 2019-01-17T05:17:02Z 2019-01-17T05:20:23Z [] - Support for loading CSVs directly from URLs, thanks @betatim - #38 - New -pk/--primary-key options, closes #22 - Create FTS index for extracted column values - Added --no-fulltext-fks option, closes #32 - Now using black for code formatting - Bumped versions of dependencies csvs-to-sqlite 110509816
15243253 https://github.com/simonw/sqlite-utils/releases/tag/0.9 MDc6UmVsZWFzZTE1MjQzMjUz 0.9 master 0.9 0 simonw 9599 0 2019-01-28T06:34:33Z 2019-01-29T15:30:48Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-9 sqlite-utils 140912432
18598299 https://github.com/simonw/datasette-auth-github/releases/tag/0.9 MDc6UmVsZWFzZTE4NTk4Mjk5 0.9 master 0.9 0 simonw 9599 0 2019-07-14T00:40:16Z 2019-07-14T00:41:33Z [] - Explicit log in screen now includes SVG GitHub logo on the button - #42 - Default signed cookie TTL is now 1 hour, not 24 hours - #43 datasette-auth-github 195087137
20646519 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.9 MDc6UmVsZWFzZTIwNjQ2NTE5 0.9 master 0.9 0 simonw 9599 0 2019-10-11T16:55:10Z 2019-10-11T16:57:25Z [] * New `twitter-to-sqlite home-timeline` command, for retrieving your timeline of tweets from people you follow - #18 * `twitter-to-sqlite import` created tables now use the `archive_` prefix instead of `archive-`, for easier querying * Running `twitter-to-sqlite import` now deletes existing `archive_` tables and recreates them - #17 twitter-to-sqlite 206156866
18185234 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9.1 MDc6UmVsZWFzZTE4MTg1MjM0 0.9.1 master csvs-to-sqlite 0.9.1 0 simonw 9599 0 2019-06-24T15:16:54Z 2019-06-24T15:21:12Z [] * Fixed bug where `-f` option used FTS4 even when FTS5 was available (#41) csvs-to-sqlite 110509816
18598348 https://github.com/simonw/datasette-auth-github/releases/tag/0.9.1 MDc6UmVsZWFzZTE4NTk4MzQ4 0.9.1 master 0.9.1 0 simonw 9599 0 2019-07-14T00:58:35Z 2019-07-14T00:59:24Z [] - Updated documentation to reflect new one hour `cookie_ttl` default - #43 datasette-auth-github 195087137
18377238 https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9.2 MDc6UmVsZWFzZTE4Mzc3MjM4 0.9.2 master csvs-to-sqlite 0.9.2 0 simonw 9599 0 2019-07-03T04:36:26Z 2019-07-03T04:37:15Z [] Bumped dependencies and pinned pytest to version 4 (5 is incompatible with Python 2.7). csvs-to-sqlite 110509816
17583581 https://github.com/simonw/sqlite-utils/releases/tag/1.0 MDc6UmVsZWFzZTE3NTgzNTgx 1.0 master 1.0 0 simonw 9599 0 2019-05-25T01:06:38Z 2019-05-25T01:19:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-0 sqlite-utils 140912432
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
19056866 https://github.com/simonw/csvs-to-sqlite/releases/tag/1.0 MDc6UmVsZWFzZTE5MDU2ODY2 1.0 master csvs-to-sqlite 1.0 0 simonw 9599 0 2019-08-03T10:50:48Z 2019-08-03T10:58:15Z [] This release drops support for Python 2.x #55 csvs-to-sqlite 110509816
17616531 https://github.com/simonw/sqlite-utils/releases/tag/1.0.1 MDc6UmVsZWFzZTE3NjE2NTMx 1.0.1 master 1.0.1 0 simonw 9599 0 2019-05-28T00:50:28Z 2019-05-28T00:51:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-0-1 sqlite-utils 140912432
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
17645877 https://github.com/simonw/sqlite-utils/releases/tag/1.1 MDc6UmVsZWFzZTE3NjQ1ODc3 1.1 master 1.1 0 simonw 9599 0 2019-05-29T05:12:03Z 2019-05-29T05:15:22Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-1 * Support for `ignore=True` / `--ignore` for ignoring inserted records if the primary key alread exists (#21) * Ability to add a column that is a foreign key reference using `fk=...` / `--fk` (#16) sqlite-utils 140912432
19704743 https://github.com/simonw/sqlite-utils/releases/tag/1.10 MDc6UmVsZWFzZTE5NzA0NzQz 1.10 master 1.10 0 simonw 9599 0 2019-08-23T12:24:04Z 2019-09-03T00:46:27Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-10 sqlite-utils 140912432
19704889 https://github.com/simonw/sqlite-utils/releases/tag/1.11 MDc6UmVsZWFzZTE5NzA0ODg5 1.11 master 1.11 0 simonw 9599 0 2019-09-03T00:58:41Z 2019-09-03T01:03:27Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-11 sqlite-utils 140912432
21276745 https://github.com/simonw/sqlite-utils/releases/tag/1.12 MDc6UmVsZWFzZTIxMjc2NzQ1 1.12 master 1.12 0 simonw 9599 0 2019-11-04T16:28:52Z 2019-11-07T05:00:24Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-12 sqlite-utils 140912432
21276749 https://github.com/simonw/sqlite-utils/releases/tag/1.12.1 MDc6UmVsZWFzZTIxMjc2NzQ5 1.12.1 master 1.12.1 0 simonw 9599 0 2019-11-07T04:58:47Z 2019-11-07T05:00:55Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-12-1 sqlite-utils 140912432
17961871 https://github.com/simonw/sqlite-utils/releases/tag/1.2 MDc6UmVsZWFzZTE3OTYxODcx 1.2 master 1.2 0 simonw 9599 0 2019-06-13T06:39:59Z 2019-06-13T06:42:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2 sqlite-utils 140912432
18132566 https://github.com/simonw/sqlite-utils/releases/tag/1.2.1 MDc6UmVsZWFzZTE4MTMyNTY2 1.2.1 master 1.2.1 0 simonw 9599 0 2019-06-21T00:01:24Z 2019-06-21T00:06:29Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2-1 sqlite-utils 140912432
18226656 https://github.com/simonw/sqlite-utils/releases/tag/1.2.2 MDc6UmVsZWFzZTE4MjI2NjU2 1.2.2 master 1.2.2 0 simonw 9599 0 2019-06-26T04:20:55Z 2019-06-26T04:24:33Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2-2 sqlite-utils 140912432
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
18723202 https://github.com/simonw/sqlite-utils/releases/tag/1.6 MDc6UmVsZWFzZTE4NzIzMjAy 1.6 master 1.6 0 simonw 9599 0 2019-07-19T04:51:21Z 2019-07-19T05:36:48Z [] - `sqlite-utils insert` can now accept TSV data via the new `--tsv` option (#41) sqlite-utils 140912432
18911392 https://github.com/simonw/sqlite-utils/releases/tag/1.7 MDc6UmVsZWFzZTE4OTExMzky 1.7 master 1.7 0 simonw 9599 0 2019-07-24T06:50:41Z 2019-07-28T12:03:21Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-7 sqlite-utils 140912432
18911404 https://github.com/simonw/sqlite-utils/releases/tag/1.7.1 MDc6UmVsZWFzZTE4OTExNDA0 1.7.1 master 1.7.1 0 simonw 9599 0 2019-07-28T12:00:51Z 2019-07-28T12:05:36Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-7-1 sqlite-utils 140912432
19704736 https://github.com/simonw/sqlite-utils/releases/tag/1.8 MDc6UmVsZWFzZTE5NzA0NzM2 1.8 master 1.8 0 simonw 9599 0 2019-07-28T15:41:42Z 2019-09-03T00:45:42Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-8 sqlite-utils 140912432
19704739 https://github.com/simonw/sqlite-utils/releases/tag/1.9 MDc6UmVsZWFzZTE5NzA0NzM5 1.9 master 1.9 0 simonw 9599 0 2019-08-04T03:35:30Z 2019-09-03T00:46:02Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-9 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 12.978ms · About: github-to-sqlite