SDKs connect to Turso using the libsql://
protocol, unless using the HTTP API.
You can find your database URL using the Turso CLI or Platform API, it looks something like this:
WebSockets generally offer better performance when maintaining an open socket for multiple queries, whereas HTTP is typically more efficient for single queries due to reduced client-server round trips — it’s advisable to benchmark both to ascertain the best option for your specific needs.
SDKs require an auth token, unless working locally. You can create a new token for your database (or group) using the Turso CLI and Platform API.
Using Turso CLI and Platform API you can:
full-access
and read-only
tokensSDKs connect to Turso using the libsql://
protocol, unless using the HTTP API.
You can find your database URL using the Turso CLI or Platform API, it looks something like this:
WebSockets generally offer better performance when maintaining an open socket for multiple queries, whereas HTTP is typically more efficient for single queries due to reduced client-server round trips — it’s advisable to benchmark both to ascertain the best option for your specific needs.
SDKs require an auth token, unless working locally. You can create a new token for your database (or group) using the Turso CLI and Platform API.
Using Turso CLI and Platform API you can:
full-access
and read-only
tokens