Turso is a fully managed database platform built on libSQL, offering serverless SQLite databases with global replication and low-latency access.
Tool to get the closest turso region based on client location. use when you need to minimize latency by selecting the nearest deployment region.
Tool to listen to committed table changes. use when streaming real-time insert/update/delete events for a specific table after authenticating.
Tool to validate a user api token and retrieve its expiration. use after obtaining a token to confirm it's active.