horizonxyz / horizon

HorizonXYZ/Horizon is a robust and versatile C++ project designed to supersede older Ragnarok Online emulators, namely from the eAthena family.
https://discord.gg/B4j2FFs5h5
GNU General Public License v3.0
42 stars 16 forks source link

Replace old MySQL Library implementation with Boost.MySQL Library (Boost Version 1.82) #150

Open sagunkho opened 5 months ago

sagunkho commented 5 months ago

Replaces library libmysql and mysql-connector-c++ with boost-mysql. There is no need of libmysql as the new library is a low level implementation that doesn't require libmysql (in windows) or libmysqlclient-dev (in linux).