Open Issues Need Help
View All on GitHub Database • MySQL Drivers (C)
TCP manager 2 months ago
AI Summary: Refactor the unfinished C MySQL driver project to encapsulate all TCP connection management (opening, sending/receiving packets, closing) into a separate file and functions. This will isolate the MySQL protocol logic within `handshake_manager.c`.
Complexity:
4/5
enhancement good first issue
This is an unfinished project that was supposed to be a mysql driver in C, with which you could send SQL queries through a single function, directly in C.
C
#c#database-driver#do-not-use-it#driver#mysql#mysql-driver#tcp#unfinished