Y
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
allset_
1613 days ago
There's a new(er) fork that doesn't use CGo.
https://github.com/zombiezen/go-sqlite
link
jyap
1612 days ago
I switched to modernc.org/sqlite. No GCC required. Drop in replacement.
link
https://github.com/zombiezen/go-sqlite