tursodatabase/libsql-client-ts
View on GitHubRemove database probe from `createClient()`
Open
#154 opened on Jan 19, 2024
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.