Currently, all the MySQL drivers I've found use direct socket access on knowledge of wire protocol in order to connect and manipulate MySQL DBs. This is an attempt to fix that. This library will run as a port driver and use libmysqlclient instead.