https://simonwillison.net/2021/Aug/6/sqlite-utils-convert/
Apply conversion functions to data in SQLite columns with the sqlite-utils CLI tool
Earlier this week I released sqlite-utils 3.14 with a powerful new command-line tool: sqlite-utils convert, which applies a conversion function to data stored...
applyconversionfunctionsdata
https://simonwillison.net/2023/Aug/5/weeknotes-plugins/
Weeknotes: Plugins for LLM, sqlite-utils and Datasette
The principle theme for the past few weeks has been plugins. Llama 2 in LLM via plugins I added the ability to support models other than the OpenAI ones to …
sqlite utilsweeknotesplugins
https://simonwillison.net/2021/Feb/7/video/
Video introduction to Datasette and sqlite-utils
I put together a 17 minute video introduction to Datasette and sqlite-utils for FOSDEM 2021, showing how you can use Datasette to explore data, and...
sqlite utilsvideointroduction
https://simonwillison.net/2023/Jul/24/sqlite-utils-plugins/
sqlite-utils now supports plugins
sqlite-utils 3.34 is out with a major new feature: support for plugins. sqlite-utils is my combination Python library and command-line tool for manipulating...
sqlite utilssupports plugins
https://simonwillison.net/2021/Aug/14/datasette-on-codespaces/
Datasette on Codespaces, sqlite-utils API reference documentation and other weeknotes
This week I broke my streak of not sending out the Datasette newsletter, figured out how to use Sphinx for Python class documentation, worked out how to run...
api reference documentation