Result of parsing a libsql URL using parseLibsqlUrl.
The optional authToken query parameter that should be passed as jwt to openWs/openHttp.
authToken
jwt
A HTTP URL that can be used with openHttp to open a HttpClient. It is undefined if the parsed URL specified WebSockets explicitly.
undefined
A WebSocket URL that can be used with openWs to open a WsClient. It is undefined if the parsed URL specified HTTP explicitly.
Generated using TypeDoc
Result of parsing a libsql URL using parseLibsqlUrl.