From 35d306f8b2a589cc1a15ef580b05cde620229d61 Mon Sep 17 00:00:00 2001 From: Weijan Chen Date: Mon, 7 Nov 2022 16:09:46 +0800 Subject: [PATCH 1/2] Better readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92adb0c9e7..70c0e60969 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Windows Build][appveyor-image]][appveyor-url] [![License][license-image]][license-url] -[简体中文 Simplified Chinese](./documentation_zh-cn/) +English | [简体中文](./documentation_zh-cn/) > MySQL client for Node.js with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression, ssl [much more](https://github.com/sidorares/node-mysql2/tree/master/documentation) From 9afd697d879ace836db0fdd11eeb360677b50dd8 Mon Sep 17 00:00:00 2001 From: Weijan Chen Date: Mon, 7 Nov 2022 16:14:29 +0800 Subject: [PATCH 2/2] Update README.md --- documentation_zh-cn/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation_zh-cn/README.md b/documentation_zh-cn/README.md index e18a33855b..9e33860d42 100644 --- a/documentation_zh-cn/README.md +++ b/documentation_zh-cn/README.md @@ -8,6 +8,8 @@ [![Windows Build][appveyor-image]][appveyor-url] [![License][license-image]][license-url] +[English](../README.md) | 简体中文 + > 适用于Node.js的MySQL客户端,专注于性能优化。支持SQL预处理、非UTF-8编码支持、二进制文件编码支持、压缩和SSL等等 [查看更多](https://github.com/sidorares/node-mysql2/tree/master/documentation) __目录__