Skip to content

Commit c0fada8

Browse files
committed
chore: update README
1 parent 405b719 commit c0fada8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# MySQL Connection Pool (Golang)
22
> A Chainable MySQL connection wrapper for Golang with read-write separation, query builder, and automatic logging, featuring comprehensive connection management.<br>
3-
> version Node.js can get [here](https://github.com/pardnchiu/node-mysql-pool)<br>
4-
> version PHP can get [here](https://github.com/pardnchiu/php-mysql-pool)
3+
>> version Node.js can get [here](https://github.com/pardnchiu/node-mysql-pool)<br>
4+
>> version PHP can get [here](https://github.com/pardnchiu/php-mysql-pool)
55
66
[![license](https://img.shields.io/github/license/pardnchiu/go-mysql-pool)](https://github.com/pardnchiu/go-mysql-pool/blob/main/LICENSE)
77
[![version](https://img.shields.io/github/v/tag/pardnchiu/go-mysql-pool)](https://github.com/pardnchiu/go-mysql-pool/releases)
8+
[![readme](https://img.shields.io/badge/readme-中文-blue)](https://github.com/pardnchiu/go-mysql-pool/blob/main/README.zh.md)
89

910
## Features
1011

README.zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# MySQL 連線池 (Golang)
22
> 一個適用於 Golang 支持鏈式呼叫的 MySQL 包裝器,具備讀寫分離、查詢建構器和自動日誌記錄功能,提供完整的連線管理。<br>
3-
> Node.js 版本可在[這裡](https://github.com/pardnchiu/node-mysql-pool)取得<br>
4-
> PHP 版本可在[這裡](https://github.com/pardnchiu/php-mysql-pool)取得
3+
>> Node.js 版本可在[這裡](https://github.com/pardnchiu/node-mysql-pool)取得<br>
4+
>> PHP 版本可在[這裡](https://github.com/pardnchiu/php-mysql-pool)取得
55
66
[![license](https://img.shields.io/github/license/pardnchiu/go-mysql-pool)](https://github.com/pardnchiu/go-mysql-pool/blob/main/LICENSE)
77
[![version](https://img.shields.io/github/v/tag/pardnchiu/go-mysql-pool)](https://github.com/pardnchiu/go-mysql-pool/releases)
8+
[![readme](https://img.shields.io/badge/readme-English-blue)](https://github.com/pardnchiu/go-mysql-pool/blob/main/README.md)
89

910
## 功能特色
1011

0 commit comments

Comments
 (0)