tursodatabase/libsql-client-ts

Remove database probe from `createClient()`

Open

#154 opened on Jan 19, 2024

View on 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)

Description

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.

Contributor guide