Skip to content

Commit ee467e9

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-8.5
1 parent 9790551 commit ee467e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases: ['/tidbcloud/serverless-driver-config']
1414

1515
Traditional TCP-based MySQL drivers are not suitable for serverless functions due to their expectation of long-lived, persistent TCP connections, which contradict the short-lived nature of serverless functions. Moreover, in edge environments such as [Vercel Edge Functions](https://vercel.com/docs/functions/edge-functions) and [Cloudflare Workers](https://workers.cloudflare.com/), where comprehensive TCP support and full Node.js compatibility may be lacking, these drivers may not work at all.
1616

17-
[TiDB Cloud serverless driver (Beta)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you to connect to your TiDB Cloud Starter or TiDB Cloud Essential cluster over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to TiDB Cloud Starter or TiDB Cloud Essential clusters from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers.
17+
[TiDB Cloud serverless driver (Beta)](https://github.com/tidbcloud/serverless-js) for JavaScript lets you connect to your TiDB Cloud Starter or TiDB Cloud Essential cluster over HTTP, which is generally supported by serverless environments. With it, it is now possible to connect to TiDB Cloud Starter or TiDB Cloud Essential clusters from edge environments and reduce connection overhead with TCP while keeping the similar development experience of traditional TCP-based MySQL drivers.
1818

1919
> **Note:**
2020
>

0 commit comments

Comments
 (0)