GitHub - cvilsmeier/go-sqlite-bench: Benchmarks for Golang SQLite Drivers
Benchmarks for Golang SQLite Drivers
NoteThis work is sponsored by Monibot - Website, Server and Application Monitoring.
Try out Monibot for free at https://monibot.io.
For benchmarks I used the following libraries:
bvinc, github.com/bvinc/go-sqlite-lite,
a CGO-based solution.
This is not a database/sql driver.
craw, github.com/crawshaw/sqlite,
a CGO-based solution.
This is not a database/sql driver.
eaton, github.com/eatonphil/gosqlite,
a CGO-based solution.
This is not a database/sql driver. (...
Read more at github.com