home / github / releases

Menu
  • Search all tables
  • GraphQL API

releases: 29196241

This data as json

html_url id node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
https://github.com/simonw/sqlite-utils/releases/tag/2.14 29196241 MDc6UmVsZWFzZTI5MTk2MjQx 2.14 master 2.14 0 9599 0 2020-08-01T20:58:47Z 2020-08-01T21:00:31Z
  • The insert-files command can now read from standard input: cat dog.jpg | sqlite-utils insert-files dogs.db pics - --name=dog.jpg. (#127)
  • You can now specify a full-text search tokenizer using the new tokenize= parameter to enable_fts(). This means you can enable Porter stemming on a table by running db["articles"].enable_fts(["headline", "body"], tokenize="porter"). (#130)
  • You can also set a custom tokenizer using the sqlite-utils enable-fts CLI command, via the new --tokenize option.
140912432  

Links from other tables

  • 0 rows from release in assets
Powered by Datasette ยท Queries took 0.732ms