currently all sqlite3 drivers I've found do not provide efficient concurrency support using go standard sql driver interface. This may be done by wrapping sqlite3 sql driver under a concurrency safe driver implementation, would work for any of those libraries. (though in general should be very similar to txdb logic)
currently all sqlite3 drivers I've found do not provide efficient concurrency support using go standard sql driver interface. This may be done by wrapping sqlite3 sql driver under a concurrency safe driver implementation, would work for any of those libraries. (though in general should be very similar to txdb logic)