glebarez / sqlite

The pure-Go SQLite driver for GORM
MIT License
615 stars 40 forks source link

another implementation of SQLITE with no CGO and GORM #141

Open gedw99 opened 3 months ago

gedw99 commented 3 months ago

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