tursodatabase/libsql-client-ts

Remove database probe from `createClient()`

Open

#154 opened on 2024年1月19日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)TypeScript (67 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (566 stars)
PR merge metrics
 (PR metrics pending)

説明

We probe if database can be opened with SQL in createClient() implementations, but it means that with remote databases, we add extra latency. This is problematic in particular if client is short-lived.

コントリビューターガイド