diff --git a/README.md b/README.md index f3d3385..c0aca02 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,8 @@ g++ -I/usr/include/cppconn mysql.cpp -lmysqlcppconn ``` g++ -I/usr/include/cppconn server.cpp -lpthread -lmysqlcppconn -``` \ No newline at end of file +``` + +## Todo + +- https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-examples-complete-example-2.html (prepared statements and going in reverse) \ No newline at end of file