Swap test-only blank driver imports (modernc.org/sqlite, mattn/go-sqlite3) to _ "github.com/hanzoai/sqlite", which registers the "sqlite" database/sql driver name under both cgo and pure-Go builds. Dedupe the two files that imported both drivers. dialects/dialect.go already aliases "sqlite" to the sqlite3 dialect, so no dialect changes are needed. Non-test code is driver-agnostic. go build ./... green. Co-authored-by: hanzo-dev <dev@hanzo.ai>