tursodatabase/libsql-client-ts

Remove database probe from `createClient()`

Open

#154 创建于 2024年1月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)TypeScript (67 fork)auto 404
enhancementgood first issuehelp wanted

仓库指标

Star
 (566 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南