Files
5f67d49ab3 feat(tests): migrate SQLite driver to github.com/hanzoai/sqlite (#2)
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>
2026-07-17 23:17:52 -07:00
..