You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# MySQL Pool (Golang)
2
2
3
-
> A high-performance MySQL connection pool implementation with read-write separation, query builder, and comprehensive logging functionality.<br>
4
-
> Features dual connection pools, slow query monitoring, and automatic resource management.
3
+
> A high-performance MySQL connection pool implementation focusing on chainable syntax, high readability, native methods, and ultra-fast query performance.<br>
4
+
> Features read-write separation, query builder, comprehensive logging, and automatic resource management.<br>
5
+
> version Node.js can get [here](https://github.com/pardnchiu/nodejs-mysql-pool)<br>
6
+
> version PHP can get [here](https://github.com/pardnchiu/php-mysql-pool)
0 commit comments