|
|
|
|
|
by tedunangst
986 days ago
|
|
The logic of easy cross compiles doesn't really hold up for go translated SQLite. It depends on a huge pile of per platform support code, of varying quality. If you're only going to target known working platforms, may as well use cgo and a known working cross compiler. |
|
That's the elevator pitch (so far) for: https://github.com/ncruces/go-sqlite3/tree/main