Compiling and running sqlite3-rsync
Today I heard about the sqlite3-rsync command, currently available in a branch in the SQLite code repository.
6 posts tagged “compilation”.
Today I heard about the sqlite3-rsync command, currently available in a branch in the SQLite code repository.
howto-wasm-minimal by Zalka Ernő (my fork here) is a neat demo of a minimal WASM module. It uses C++ to define functions for simple image manipulation including blurring an image, compiles it to WASM…
I wanted to try the backup command that was released in SQLite3 3.27.0 on 2019-02-07. Ubuntu 18.04.4 LTS has SQLite 3.22.0 from 2018-01-22.
I've been trying to figure this out for years. Previous notes include Using LD PRELOAD to run any version of SQLite with Python (Linux only), and Building a specific version of SQLite with pysqlite on…
I wanted to browse a backup copy of my Plex database, which is a SQLite file. I tried this: The module is an optional module for SQLite.
I wanted the ability to test my Python software against specific version of SQLite on macOS. I found a way to do that using pysqlite3.