[–] ncruces 2y ago ↗ struggling figuring out how to make my cgo sqlite cross-compile to WindowsPlenty of people trying to fix that.There's at least:https://modernc.org/sqliteThen there's https://github.com/zombiezen/go-sqlite that actually builds https://crawshaw.io/sqlite on top of modernc.And there's mine that has both a low-level and a database/sql driver and which builds and runs everywhere Go does: https://github.com/ncruces/go-sqlite3
1 comment
[ 3.3 ms ] story [ 12.8 ms ] threadPlenty of people trying to fix that.
There's at least:
https://modernc.org/sqlite
Then there's https://github.com/zombiezen/go-sqlite that actually builds https://crawshaw.io/sqlite on top of modernc.
And there's mine that has both a low-level and a database/sql driver and which builds and runs everywhere Go does: https://github.com/ncruces/go-sqlite3