tursodatabase / libsql-client-go

Go client API for libSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to use alternative sqlite3 drivers

AlekSi opened this issue · comments

For example, there is https://modernc.org/sqlite – a transpiled version of sqlite3 into Go.

I think it would be better to make both drivers optional and make users import the right one instead of importing both github.com/mattn/go-sqlite3 and modernc.org/sqlite.

#13 switched to modernc.org/sqlite