Open gqcn opened 6 months ago
Replace cgo implements sqlite driver github.com/mattn/go-sqlite3 with pure-go implements sqlite driver github.com/glebarez/go-sqlite.
github.com/mattn/go-sqlite3
github.com/glebarez/go-sqlite
No fix, but an enhancement.
The cgo driver is ugly, that makes cross-building complicated.
@ethfoo @mmaxiaolei @OliverWoo
Replace cgo implements sqlite driver
github.com/mattn/go-sqlite3
with pure-go implements sqlite drivergithub.com/glebarez/go-sqlite
.Proposed Changes:
Which issue(s) this PR fixes:
No fix, but an enhancement.
Additional documentation: