DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: make separate project for sqlite3 safe concurrency sql driver

l3pp4rd opened this issue · comments

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)