releases

149 rows where author = 9599 sorted by body

View and edit SQL

id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body ▼ repo
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
17976887 https://github.com/simonw/datasette-render-binary/releases/tag/0.3 MDc6UmVsZWFzZTE3OTc2ODg3 0.3 master 0.3 0 simonw 9599 0 2019-06-13T16:14:18Z 2019-06-13T16:16:36Z [] Now uses the [filetype](https://pypi.org/project/filetype/) module to suggest a possible format. <img width="600" alt="many-photos-tables__RKFaceCrop__58_rows" src="https://user-images.githubusercontent.com/9599/59449428-df85cf00-8dbb-11e9-8817-0fd09ff539c7.png"> datasette-render-binary 191022928
18542137 https://github.com/simonw/datasette-cors/releases/tag/0.3 MDc6UmVsZWFzZTE4NTQyMTM3 0.3 master 0.3 0 simonw 9599 0 2019-07-11T04:40:37Z 2019-07-11T04:43:24Z [] Now with unit tests! #1 datasette-cors 195696804
18441133 https://github.com/simonw/datasette-auth-github/releases/tag/0.1.1 MDc6UmVsZWFzZTE4NDQxMTMz 0.1.1 master 0.1.1 0 simonw 9599 0 2019-07-05T15:58:48Z 2019-07-05T16:00:07Z [] Outbound calls to the GitHub API are now non-blocking (using [http3](https://github.com/encode/http3)) - #8 datasette-auth-github 195087137
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
15206659 https://github.com/simonw/datasette/releases/tag/0.26.1 MDc6UmVsZWFzZTE1MjA2NjU5 0.26.1 master Datasette 0.26.1 0 simonw 9599 0 2019-01-11T00:51:38Z 2019-01-28T01:50:45Z [] Release notes: https://datasette.readthedocs.io/en/stable/changelog.html#v0-26-1 datasette 107914493
12080036 https://github.com/simonw/datasette/releases/tag/0.24 MDc6UmVsZWFzZTEyMDgwMDM2 0.24 master Datasette 0.24 0 simonw 9599 0 2018-07-24T04:34:38Z 2018-07-24T16:51:29Z [] See full release notes here: http://datasette.readthedocs.io/en/latest/changelog.html#v0-24 datasette 107914493
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
11087850 https://github.com/simonw/datasette/releases/tag/0.22 MDc6UmVsZWFzZTExMDg3ODUw 0.22 master Datasette 0.22: Datasette Facets 0 simonw 9599 0 2018-05-20T23:41:47Z 2018-05-20T23:44:19Z [] The big new feature in this release is [facets](http://datasette.readthedocs.io/en/latest/facets.html). Datasette can now apply faceted browse to any column in any table. It will also suggest possible facets. See the [Datasette Facets](https://simonwillison.net/2018/May/20/datasette-facets/) announcement post for more details. In addition to the work on facets: - Added [docs for introspection endpoints](https://datasette.readthedocs.io/en/latest/introspection.html) - New `--config` option, added `--help-config`, closes #274 Removed the `--page_size=` argument to `datasette serve` in favour of: datasette serve --config default_page_size:50 mydb.db Added new help section: $ datasette --help-config Config options: default_page_size Default page size for the table view (default=100) max_returned_rows Maximum rows that can be returned from a table or custom query (default=1000) sql_time_limit_ms Time limit for a SQL query in milliseconds (default=1000) default_facet_size Number of values to return for requested facets (default=30) facet_time_limit_ms Time limit for calculating a requested facet (default=200) facet_suggest_time_limit_ms Time limit for calculating a suggested facet (default=50) - Only apply responsive table styles to `.rows-and-column` Otherwise they interfere with tables in the description, e.g. on https://fivethirtyeight.datasettes.com/fivethirtyeight/nba-elo%2Fnbaallelo - Refactored views into new `views/` modules, refs #256 - [Documentation for SQLite full-text search](http://datasette.readthedocs.io/en/latest/full_text_search.html) support, closes #253 - `/-/versions` now includes SQLite `fts_versions`, closes #2… datasette 107914493
10458641 https://github.com/simonw/datasette/releases/tag/0.15 MDc6UmVsZWFzZTEwNDU4NjQx 0.15 master Datasette 0.15: sort by column 0 simonw 9599 0 2018-04-09T15:48:24Z 2018-04-09T15:55:29Z [] The biggest new feature in this release is the ability to sort by column. On the table page the column headers can now be clicked to apply sort (or descending sort), or you can specify `?_sort=column` or `?_sort_desc=column` directly in the URL. You can try this feature out on [this fivethirtyeight data](https://fivethirtyeight.datasettes.com/fivethirtyeight/congress-age%2Fcongress-terms) about the ages of different US politicians. - `table_rows` =\> `table_rows_count`, `filtered_table_rows` =\> `filtered_table_rows_count` Renamed properties. Closes [\#194](https://github.com/simonw/datasette/issues/194) - New `sortable_columns` option in `metadata.json` to control sort options. You can now explicitly set which columns in a table can be used for sorting using the `_sort` and `_sort_desc` arguments using `metadata.json`: { "databases": { "database1": { "tables": { "example_table": { "sortable_columns": [ "height", "weight" ] } } } } } Refs [\#189](https://github.com/simonw/datasette/issues/189) - Column headers now link to sort/desc sort - refs [\#189](https://github.com/simonw/datasette/issues/189) - `_sort` and `_sort_desc` parameters for table views Allows for paginated sorted results based on a specified column. Refs [\#189](https://github.com/simonw/datasette/issues/189) - Total row count now correct even if `_next` applied - Use .custom\_sql() for \_group\_count implementation (refs [\#150](https://github.com/simonw/datasette/issues/150)) - Make HTML title more readable in query template ([\#180](https://github.com/simonw/datasette/issues/180)) \[Ryan Pitts\] - New `?_shape=objects/object/lists` param for JSON API ([\… datasette 107914493
8841695 https://github.com/simonw/datasette/releases/tag/0.14 MDc6UmVsZWFzZTg4NDE2OTU= 0.14 master Datasette 0.14: customization edition 0 simonw 9599 0 2017-12-10T01:33:24Z 2017-12-10T01:41:14Z [] The theme of this release is customization: Datasette now allows every aspect of its presentation [to be customized](http://datasette.readthedocs.io/en/latest/custom_templates.html) either using additional CSS or by providing entirely new templates. Datasette's [metadata.json format](http://datasette.readthedocs.io/en/latest/metadata.html) has also been expanded, to allow per-database and per-table metadata. A new `datasette skeleton` command can be used to generate a skeleton JSON file ready to be filled in with per-database and per-table details. The `metadata.json` file can also be used to define [canned queries](http://datasette.readthedocs.io/en/latest/sql_queries.html#canned-queries), as a more powerful alternative to SQL views. - `extra_css_urls`/`extra_js_urls` in metadata A mechanism in the `metadata.json` format for adding custom CSS and JS urls. Create a `metadata.json` file that looks like this: { "extra_css_urls": [ "https://simonwillison.net/static/css/all.bf8cd891642c.css" ], "extra_js_urls": [ "https://code.jquery.com/jquery-3.2.1.slim.min.js" ] } Then start datasette like this: datasette mydb.db --metadata=metadata.json The CSS and JavaScript files will be linked in the `<head>` of every page. You can also specify a SRI (subresource integrity hash) for these assets: { "extra_css_urls": [ { "url": "https://simonwillison.net/static/css/all.bf8cd891642c.css", "sri": "sha384-9qIZekWUyjCyDIf2YK1FRoKiPJq4PHt6tp/ulnuuyRBvazd0hG7pWbE99zvwSznI" } ], "extra_js_urls": [ { "url": "https://code.jquery.com/jquery-3.2.1.slim.min.js", "sri": "sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" } ] } … datasette 107914493
10575542 https://github.com/simonw/datasette/releases/tag/0.19 MDc6UmVsZWFzZTEwNTc1NTQy 0.19 master Datasette 0.19: plugins preview 0 simonw 9599 0 2018-04-17T02:12:21Z 2018-04-17T02:21:51Z [] This is the first preview of the new Datasette plugins mechanism. Only two plugin hooks are available so far - for custom SQL functions and custom template filters. There's plenty more to come - read [the documentation](https://datasette.readthedocs.io/en/latest/plugins.html) and get involved in [the tracking ticket](https://github.com/simonw/datasette/issues/14) if you have feedback on the direction so far. - Fix for `_sort_desc=sortable_with_nulls` test, refs [#216](https://github.com/simonw/datasette/issues/216) - Fixed [#216](https://github.com/simonw/datasette/issues/216) - paginate correctly when sorting by nullable column - Initial documentation for plugins, closes [#213](https://github.com/simonw/datasette/issues/213) https://datasette.readthedocs.io/en/latest/plugins.html - New `--plugins-dir=plugins/` option ([#212](https://github.com/simonw/datasette/issues/212)) New option causing Datasette to load and evaluate all of the Python files in the specified directory and register any plugins that are defined in those files. This new option is available for the following commands: datasette serve mydb.db --plugins-dir=plugins/ datasette publish now/heroku mydb.db --plugins-dir=plugins/ datasette package mydb.db --plugins-dir=plugins/ - Start of the plugin system, based on pluggy ([#210](https://github.com/simonw/datasette/issues/14)) Uses https://pluggy.readthedocs.io/ originally created for the py.test project We're starting with two plugin hooks: `prepare_connection(conn)` This is called when a new SQLite connection is created. It can be used to register custom SQL functions. `prepare_jinja2_environment(env)` This is called with the Jinja2 environment. It can be used to register custom template tags and filters. An example plugin which uses these two hooks can be found at https://github.com/simonw/datasette-plugin-demos or installed using `pip install datasette-plugin-demos` Refs [#14](https://github.com/simonw/dat… datasette 107914493
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
11530498 https://github.com/simonw/datasette/releases/tag/0.23 MDc6UmVsZWFzZTExNTMwNDk4 0.23 master Datasette 0.23: CSV, SpatiaLite and more 0 simonw 9599 0 2018-06-18T15:11:57Z 2018-06-18T15:28:37Z [] This release features CSV export, improved options for foreign key expansions, new configuration settings and improved support for SpatiaLite. See full release notes here: http://datasette.readthedocs.io/en/latest/changelog.html#v0-23 datasette 107914493
10547491 https://github.com/simonw/datasette/releases/tag/0.18 MDc6UmVsZWFzZTEwNTQ3NDkx 0.18 master Datasette 0.18: units 0 simonw 9599 0 2018-04-14T15:36:10Z 2018-04-14T15:45:11Z [] This release introduces [support for units](http://datasette.readthedocs.io/en/latest/metadata.html#specifying-units-for-a-column), contributed by Russ Garrett ([\#203](https://github.com/simonw/datasette/issues/203)). You can now optionally specify the units for specific columns using `metadata.json`. Once specified, units will be displayed in the HTML view of your table. They also become available for use in filters - if a column is configured with a unit of distance, you can request all rows where that column is less than 50 meters or more than 20 feet [for example](https://wtr-api.herokuapp.com/wtr-663ea99/license_frequency?frequency__gt=50GHz&height__lt=50ft). - Link foreign keys which don't have labels. \[Russ Garrett\] This renders unlabeled FKs as simple links. Also includes bonus fixes for two minor issues: - In foreign key link hrefs the primary key was escaped using HTML escaping rather than URL escaping. This broke some non-integer PKs. - Print tracebacks to console when handling 500 errors. - Fix SQLite error when loading rows with no incoming FKs. \[Russ Garrett\] This fixes `ERROR: conn=<sqlite3.Connection object at 0x10bbb9f10>, sql = 'select ', params = {'id': '1'}` caused by an invalid query when loading incoming FKs. The error was ignored due to async but it still got printed to the console. - Allow custom units to be registered with Pint. \[Russ Garrett\] - Support units in filters. \[Russ Garrett\] - Tidy up units support. \[Russ Garrett\] - Add units to exported JSON - Units key in metadata skeleton - Docs - Initial units support. \[Russ Garrett\] Add support for specifying units for a column in `metadata.json` and rendering them on display using [pint](https://pint.readthedocs.io/en/latest/) datasette 107914493
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
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
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
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
18823859 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.1 MDc6UmVsZWFzZTE4ODIzODU5 0.3.1 master 0.3.1 0 simonw 9599 0 2019-07-24T06:33:22Z 2019-07-24T06:38:36Z [] Uses less RAM - see #7 healthkit-to-sqlite 197882382
14914779 https://github.com/simonw/datasette/releases/tag/0.26 MDc6UmVsZWFzZTE0OTE0Nzc5 0.26 master Datasette 0.26 0 simonw 9599 0 2019-01-03T02:53:59Z 2019-01-10T21:41:00Z [] [Datasette 0.26 release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-26) datasette 107914493
17450414 https://github.com/simonw/datasette/releases/tag/0.28 MDc6UmVsZWFzZTE3NDUwNDE0 0.28 master Datasette 0.28 0 simonw 9599 0 2019-05-19T21:37:49Z 2019-05-19T21:42:28Z [] [Datasette 0.28](https://datasette.readthedocs.io/en/stable/changelog.html#v0-28) - a salmagundi of new features! * No longer immutable! Datasette now supports [databases that change](https://datasette.readthedocs.io/en/stable/changelog.html#supporting-databases-that-change). * [Faceting improvements](https://datasette.readthedocs.io/en/stable/changelog.html#faceting-improvements-and-faceting-plugins) including facet-by-JSON-array and the ability to define custom faceting using plugins. * [datasette publish cloudrun](https://datasette.readthedocs.io/en/stable/changelog.html#datasette-publish-cloudrun) lets you publish databasese to Google's new Cloud Run hosting service. * New [register_output_renderer](https://datasette.readthedocs.io/en/stable/changelog.html#register-output-renderer-plugins) plugin hook for adding custom output extensions to Datasette in addition to the default `.json` and `.csv`. * Dozens of other smaller features and tweaks - see [the release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-28) for full details. datasette 107914493
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
21169835 https://github.com/simonw/datasette/releases/tag/0.30.2 MDc6UmVsZWFzZTIxMTY5ODM1 0.30.2 master 0.30.2 0 simonw 9599 0 2019-11-02T23:12:46Z 2019-11-02T23:33:13Z [] https://datasette.readthedocs.io/en/latest/changelog.html#v0-30-2 datasette 107914493
15389392 https://github.com/simonw/datasette/releases/tag/0.27 MDc6UmVsZWFzZTE1Mzg5Mzky 0.27 master Datasette 0.27 0 simonw 9599 0 2019-02-01T03:47:05Z 2019-02-06T05:10:20Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-27 datasette 107914493
20795250 https://github.com/simonw/datasette/releases/tag/0.29.3 MDc6UmVsZWFzZTIwNzk1MjUw 0.29.3 master 0.29.3 0 simonw 9599 0 2019-09-03T00:40:53Z 2019-10-18T05:24:54Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-29-3 datasette 107914493
21098052 https://github.com/simonw/datasette/releases/tag/0.30 MDc6UmVsZWFzZTIxMDk4MDUy 0.30 master 0.30 0 simonw 9599 0 2019-10-19T01:08:04Z 2019-10-30T18:51:30Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-30 datasette 107914493
21162064 https://github.com/simonw/datasette/releases/tag/0.30.1 MDc6UmVsZWFzZTIxMTYyMDY0 0.30.1 master 0.30.1 0 simonw 9599 0 2019-10-30T19:00:21Z 2019-11-02T00:06:02Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-30-1 datasette 107914493
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
15731282 https://github.com/simonw/sqlite-utils/releases/tag/0.11 MDc6UmVsZWFzZTE1NzMxMjgy 0.11 master 0.11 0 simonw 9599 0 2019-02-08T05:23:50Z 2019-02-23T02:15:34Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-11 sqlite-utils 140912432
15731354 https://github.com/simonw/sqlite-utils/releases/tag/0.12 MDc6UmVsZWFzZTE1NzMxMzU0 0.12 master 0.12 0 simonw 9599 0 2019-02-23T02:22:28Z 2019-02-23T02:31:29Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-12 sqlite-utils 140912432
15739051 https://github.com/simonw/sqlite-utils/releases/tag/0.13 MDc6UmVsZWFzZTE1NzM5MDUx 0.13 master 0.13 0 simonw 9599 0 2019-02-24T06:54:43Z 2019-02-24T07:00:14Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-13 sqlite-utils 140912432
15744513 https://github.com/simonw/sqlite-utils/releases/tag/0.14 MDc6UmVsZWFzZTE1NzQ0NTEz 0.14 master 0.14 0 simonw 9599 0 2019-02-24T23:11:51Z 2019-02-24T23:15:16Z [] https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-14 sqlite-utils 140912432
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
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
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
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
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
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
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
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 9.915ms · About: github-to-sqlite