You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider switching to ncruces/go-sqlite3 as the library
Reconsider the recommendation to set a max of 1 open connection (I've also heard of people using two separate connection pools, one for reads with multiple connections, one for writes with max 1 connection, but I've heard that this can lead to starvation of the writers, and our workload is write-heavy anyway?)
See discussion on #2352:
ncruces/go-sqlite3as the library