Go using sqlite3 not working

I get
Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
Solution:
use the pure go driver for sqlite
Jump to solution
7 Replies
Percy
Percy6mo ago
Project ID: ca896018-0945-48a7-bcff-9cb1b54a12fc
TheShovel
TheShovel6mo ago
ca896018-0945-48a7-bcff-9cb1b54a12fc
Solution
Brody
Brody6mo ago
use the pure go driver for sqlite
TheShovel
TheShovel6mo ago
What do you mean by that
Brody
Brody6mo ago
please do some research on what I've said
TheShovel
TheShovel6mo ago
Omg I was so confused why it kept erroring The repo I forked had GO 1.23 as the version number The guy who made it must be in the future or something Anyway, thanks for the help :)
Brody
Brody6mo ago
no problem