aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: d677b524f6072de88a3591d0e962b6db4fd3bf54 (plain)
1
2
3
4
5
6
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.