Closed sbinet closed 1 year ago
Hello 👋
Yes! This actually has been one of the things I have been thinking of doing for a while now.
I will look into it, but if you want to open up a PR for this in the meantime, please don't let me stop you!
@sbinet how can I replicate the cross-compilation failure from go-sqlite3 and the lack of cgo?
a simple way to test it is like:
$> GOARCH=arm64 CGO_ENABLED=0 go build
hi there,
would it be ok to use
modernc.org/sqlite
? it would allow easy cross-compilation (from, say, anything to a RPi)