|
|
|
|
|
by infogulch
987 days ago
|
|
mattn's sqlite3 is probably the most ideal use case for cgo imaginable. But it can still be annoying to set up cgo to build across many platforms. I think Go should just pull a Zig and just embed a full blown C compiler into go build. |
|
Using this cznic's pure-Go sqlite saved the day.