Closed fortunecutie closed 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?
Look for local only in docs -> https://docs.turso.tech/sdk/go/quickstart#local-only
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?