Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edf57c0

Browse files
committed
doc: add MySQL reference
1 parent ea3b826 commit edf57c0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
**Turtle** is a C++17-based lightweight network library for web server mainly on Linux. It abstracts the tedious manipulations on the socket into elegant and reusable classes. It allows a fast server side setup where the custom business logic could be specified for each client TCP connection in the form of a callback function. It now supports HTTP GET/HEAD request and response as well.
1818

19-
For any question, feel free to raise issue or pull request or drop me an [email](mailto:yukunj@andrew.cmu.edu) here.
19+
For any question, feel free to raise issue or pull request or drop me an [email](mailto:yukunj[email protected]) here.
2020

2121
### Highlight
2222

@@ -324,4 +324,5 @@ Serveral reference books and projects are consulted during the development of **
324324
+ [Muduo](https://github.com/chenshuo/muduo)
325325
+ [TinyWebServer](https://github.com/qinguoyi/TinyWebServer)
326326
+ [30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer)
327-
+ [Very basic C++ HTTP Parser](https://codereview.stackexchange.com/questions/205704/very-basic-c-http-parser)
327+
+ [Very basic C++ HTTP Parser](https://codereview.stackexchange.com/questions/205704/very-basic-c-http-parser)
328+
+ [MySQL C++ official Documentation](https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-examples-complete-example-1.html)

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
**Turtle**是一个主要基于Linux的C++17轻量级网络库. 它将繁琐的套接字操作抽象为优雅可复用的类. 它支持自定义服务器的快速设立: 以回调函数的形式为每一个用户的TCP连接加入业务逻辑. 它同时支持HTTP协议的GET/HEAD请求与回复.
1616

17-
如果有任何问题, 欢迎提出issue, 提交pull request或者给我们发一封[邮件](mailto:yukunj@andrew.cmu.edu).
17+
如果有任何问题, 欢迎提出issue, 提交pull request或者给我们发一封[邮件](mailto:yukunj[email protected]).
1818

1919
### 亮点概述
2020

@@ -321,3 +321,4 @@ GET /cgi-bin/add&1&2 HTTP/1.1
321321
+ [TinyWebServer](https://github.com/qinguoyi/TinyWebServer)
322322
+ [30天搭建cpp服务器](https://github.com/yuesong-feng/30dayMakeCppServer)
323323
+ [Very basic C++ HTTP Parser](https://codereview.stackexchange.com/questions/205704/very-basic-c-http-parser)
324+
+ [MySQL C++ 官方文档](https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-examples-complete-example-1.html)

0 commit comments

Comments
 (0)