sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

another implementation of SQLITE with no CGO and GORM

Open gedw99 opened this issue 1 year ago • 0 comments

I have been using this with success.

https://github.com/ncruces/go-sqlite3/blob/main/gormlite/go.mod

this is SQLITE with no CGO and has GORM.

Its benchmarked here: https://github.com/cvilsmeier/go-sqlite-bench

gedw99 avatar Jul 05 '24 04:07 gedw99