-
Notifications
You must be signed in to change notification settings - Fork 16
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
SQLite driver without CGO (modernc.org/sqlite) #11
Comments
There's no really big reason to move it into the main repo. There's nothing special about being in there. The current binaries are all separate today and require a separate |
While I also got pretty excited about this and think cznic is doing the gopher gods work there, I'd advise everybody who wants to try this to check their issues page. Issue No 39 and the missing pragmas are enough for me to not jump ship immediately and let them solve the teething troubles first. In the end this should act essentially the same anyhow and would just need a different |
I've forked this driver and "ported" it to |
There is a SQLite driver that doesn't use CGO: https://pkg.go.dev/modernc.org/sqlite
Using this it would be possible to move this driver into the main repo and avoid external dependencies.
The text was updated successfully, but these errors were encountered: