cvilsmeier / go-sqlite-bench

Benchmarks for Golang SQLite Drivers
The Unlicense
278 stars 6 forks source link

Add github.com/eatonphil/gosqlite #5

Closed c4rlo closed 9 months ago

c4rlo commented 9 months ago

This adds https://github.com/eatonphil/gosqlite as yet another SQLite driver. It's cgo-based and does not implement database/sql, just like crawshaw. Performance-wise it did slightly worse for me than crawshaw. But it has been updated much more recently (SQLite 3.43.2 vs 3.38.5).

I'm also bumping all dependencies in go.mod to their latest version; as a result of that, this PR also includes #4.

cvilsmeier commented 8 months ago

Thanks @c4rlo for adding, results are updated now.