tursodatabase/libsql-client-ts

Remove database probe from `createClient()`

Open

#154 aperta il 19 gen 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (67 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (566 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor