Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc dependency removel #1196

Open
RutujaRRohom opened this issue Nov 2, 2023 · 1 comment
Open

gcc dependency removel #1196

RutujaRRohom opened this issue Nov 2, 2023 · 1 comment

Comments

@RutujaRRohom
Copy link

Can we remove the dependency of gcc and CGO_enabled from sqlite3.Or else how can we make it independent of these?

@chenbobby
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants