(no title)
aranw | 1 month ago
Edit: Looking at the go mod file I noticed github.com/mattn/go-sqlite3 which I think is a C wrapper library so I'm assuming you rely on CGO for compiling
aranw | 1 month ago
Edit: Looking at the go mod file I noticed github.com/mattn/go-sqlite3 which I think is a C wrapper library so I'm assuming you rely on CGO for compiling
ncruces|1 month ago
https://pkg.go.dev/modernc.org/sqlite
https://pkg.go.dev/github.com/ncruces/go-sqlite3