tursodatabase/libsql-client-ts

Remove database probe from `createClient()`

Open

#154 aberto em 19 de jan. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (67 forks)auto 404
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (566 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador