tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cgo Driver like mattn/go-sqlite3?

fortunecutie opened this issue · comments

Existing cgo driver like https://github.com/mattn/go-sqlite3 actually compiles the C code and embedded in Go app.

But Turso Go SDK is actually a client for Turso online service, do you have any plan to support Go like mattn/go-sqlite3 to run offline and locally?