Package sqlite registers the `client "sqlite"` block. It requires a
cgo-enabled build (the mattn/go-sqlite3 driver links against SQLite via cgo).
On a non-cgo build, sqlite_nocgo.go registers a stub that reports a clear
"not compiled in" error instead.