Making SQLite faster in Go

Open link in next tab

Making SQLite faster in Go

https://turriate.com/articles/making-sqlite-faster-in-go

Make sqlite faster with a connection pool and prepared statements.

Making SQLite faster in Go

The author managed to reach 56,600 req/s!

While written about Go, not all the techniques used are Go specific.