Hacker News new | ask | show | jobs
by ed25519FUUU 1613 days ago
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.
2 comments

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.