Simon Willison’s Weblog

Subscribe

Tuesday, 3rd September 2019

Release datasette 0.29.2 — An open source multi-tool for exploring and publishing data
Release sqlite-utils 1.8 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-utils 1.9 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-utils 1.10 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-utils 1.11 — Python CLI utility and library for manipulating SQLite databases

sqlite-utils 1.11. Amjith Ramanujam contributed an excellent new feature to sqlite-utils, which I’ve now released as part of version 1.11. Previously you could enable SQLite full-text-search on a table using the .enable_fts() method (or the “sqlite-utils enable-fts” CLI command) but it wouldn’t reflect future changes to the table—you had to use populate_fts() any time you inserted new records. Thanks to Amjith you can now pass create_triggers=True (or --create-triggers) to cause sqlite-utils to automatically add triggers that keeps the FTS index up-to-date any time a row is inserted, updated or deleted from the table.

# 1:05 am / cli, full-text-search, projects, sqlite, sqlite-utils

Saturday, 31st August 2019
Wednesday, 4th September 2019

2019 » September

MTWTFSS
      1
2345678
9101112131415
16171819202122
23242526272829
30