Skip to content

LibsqlHttpOptions

authToken: string;

optional fetch?: (input, init?) => Promise<Response>;

Injectable for tests; defaults to global fetch.

Parameter Type

input

string | URL | Request

init?

RequestInit

Promise<Response>


url: string;

Turso database URL — libsql://… or https://… (both accepted).