DATA-DOG / go-txdb

Immutable transaction isolated sql driver for golang
Other
667 stars 48 forks source link

TODO: make separate project for sqlite3 safe concurrency sql driver #18

Closed l3pp4rd closed 5 years ago

l3pp4rd commented 5 years ago

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)