tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.6k stars 288 forks source link

Cgo Driver like mattn/go-sqlite3? #1373

Closed fortunecutie closed 6 months ago

fortunecutie commented 6 months ago

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?

haaawk commented 6 months ago

Look for local only in docs -> https://docs.turso.tech/sdk/go/quickstart#local-only