Turso
Edge database platform for SQLite databases, organizations, locations, groups, tokens, and database operations.
Handles edge SQLite database operations around databases, SQL queries, organizations, locations, and database lists.
Sign in to connect Turso
Sign in to connect an account and start using Turso in your apps.
Related integrations
Example Use Cases
These are example ways Snow can use Turso when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to get the closest Turso region based on client location. Use when you need to minimize latency by selecting the nearest deployment region.
Listen to committed table changes in a Turso database via the /beta/listen endpoint. This tool streams real-time insert/update/delete events for a specific table. IMPORTANT: Requires a database-specific URL (e.g., 'https://mydb-myorg.turso.io'), NOT the platform API URL (api.turso.tech). Note: The /beta/listen endpoint is NOT available on AWS regions for Free, Developer, and Scaler plans. When unavailable, the action falls back to a /v2/pipeline health check.
Validates a Turso API token and retrieves its expiration time. Use this action to verify that an API token is valid and check when it expires. Returns the token's expiration timestamp, or -1 if the token has no expiration.