tursodatabase/libsql-client-ts
GitHub で見るRemove database probe from `createClient()`
Open
#154 opened on 2024年1月19日
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.