Hacker News new | ask | show | jobs
by rook1e_dev 748 days ago
That's mostly for Windows users.

The SQLite driver uses cgo, so we use both Ubuntu and Windows Server in CI to avoid cross-compiling. However, we still can't confirm that it's 100% ok on Windows. If any weird bugs occur on Windows, we don't have much experience or energy to deal with them.

The Docker image is based on Debian, we are more familary with it.

2 comments

For the SQLite driver, check out the one by modernc for pure Go
That makes a lot of sense, thanks for taking the time to explain it.