Bumps github.com/hanzoai/sqlite v0.2.3 → v0.3.2. v0.3.2 vendors its pure-Go engine,
so modernc.org/{sqlite,libc,mathutil,memory} and mattn/go-sqlite3 drop out of the
module graph entirely — Base now runs on hanzoai/sqlite's named root API
(HookRegisterer, PragmaDSN, DefaultPragmas, CommitHookRegisterer) with zero modernc.
Comments that named the old modernc/mattn backends are corrected to the current
pure-Go (!cgo) and hanzoai/sqlcipher (cgo) backends.
go build ./... green (cgo + nocgo); go test ./apis ./store/... ./core/... ./plugins/waitlist
green under CGO_ENABLED=0 (Base's build config).
Co-authored-by: Hanzo Dev <dev@hanzo.ai>