You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default import of @libsql/client here resolves to web.js, which contains no support of the file: protocol.
The requirement of manual closing when using the client option is unrealistic for most use cases, without Kysely exposing some kind of "on destroy" callback.
Suggested Solution
Add a new option createClient as a callback
The text was updated successfully, but these errors were encountered:
Summary
@libsql/client
here resolves toweb.js
, which contains no support of thefile:
protocol.client
option is unrealistic for most use cases, without Kysely exposing some kind of "on destroy" callback.Suggested Solution
createClient
as a callbackThe text was updated successfully, but these errors were encountered: