Fast-text search in SQLite with fts5

June 5, 2022

Topics: sqlite

Compiling the latest sqlite3 on a Linux Ubuntu server

March 11, 2022

Topics: sqlite, linux-ubuntu, python, php

Making php 8 use the latest version of sqlite3 on Ubuntu 20.04 LTS

December 30, 2021

Topics: linux-ubuntu, sqlite, php

Simple way to update a sqlite database table from a csv file using pandas

July 18, 2021

Topics: python, sqlite