LibsqlHttpOptions
Properties
Section titled “Properties”authToken
Section titled “authToken”authToken: string;fetch?
Section titled “fetch?”optional fetch?: (input, init?) => Promise<Response>;Injectable for tests; defaults to global fetch.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<Response>
url: string;Turso database URL — libsql://… or https://… (both accepted).