go-sqlite3
go-sqlite3 copied to clipboard
gcc dependency removel
Can we remove the dependency of gcc and CGO_enabled from sqlite3.Or else how can we make it independent of these?
@RutujaRRohom mattn/go-sqlite3 is a Go module that uses C bindings from the original sqlite source code (which is written in C). To remove the gcc and CGO_enabled dependency, you would need to convert all the original sqlite source code into Go.
If you are interested in a sqlite driver without C, I would recommend that you look at https://pkg.go.dev/modernc.org/sqlite#section-readme