Comment on Gokrazy – A Native Go UserlandComments−ed25519FUUU4yNo CGO is hard because that means I can’t use SQLite libraries. This has been a continued frustration to me when writing portable Go apps.−allset_4yThere's a new(er) fork that doesn't use CGo.https://github.com/zombiezen/go-sqlite−jyap4yI switched to modernc.org/sqlite. No GCC required. Drop in replacement.
Comments
No CGO is hard because that means I can’t use SQLite libraries. This has been a continued frustration to me when writing portable Go apps.
There's a new(er) fork that doesn't use CGo.
https://github.com/zombiezen/go-sqlite
I switched to modernc.org/sqlite. No GCC required. Drop in replacement.