commit 190a3391f526379823270b8b2927884d367ef668 parent 72ed70346bbf6d2f3183971bd1c847f6d6b2dd73 Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Thu, 24 Sep 2026 17:03:25 -0300 sqlite3: vendor the SQLite 3.53.4 amalgamation sqlite3.c and sqlite3.h as sqlite.org publishes them, verified against the SHA3-256 on its download page: 628a44cfe82c66aed1ccbbe85a562d2e33ebe64b3288981ed76285612227934e for sqlite-amalgamation-3530400.zip, source id bf7c7f30031888f4e796e429ab3978879485813aaca6f641c7b33e4e09459bcc. shell.c and sqlite3ext.h are not taken; nothing here needs the CLI or the extension headers. SQLite is public domain, so carrying it imposes no licence obligation. Diff is too large, output suppressed.