Is it possible to replace dependencies that require cgo with something that does not require gcc or other compilers ? cgo makes it a lot harder to compile on Windows, setup takes a lot of time, effort and random windows bullshit to make it work
Danila Gorelko referenced this ticket in commit [9c73ab2].
[9c73ab2]: https://git.sr.ht/~bouncepaw/betula/commit/9c73ab2 "Replace github.com/mattn/go-sqlite3 with modernc.org/sqlite (#8)"
The commit was reverted because my server didn't have enough memory to actually compile it. If mine didn't, somebody else's won't as well.
Regarding Windows support, I think the actual solution lies in providing pre-built binaries. Work regarding it shall lie in https://todo.sr.ht/~bouncepaw/betula/123