UNPKG

turso

Version:

Build and manage your Turso database with ease.

8 lines (4 loc) 175 B
import { TursoClient } from '.'; const client = new TursoClient(process.env.TURSO_API_TOKEN!); const { locations } = await client.locations.list(); console.log(locations);