diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,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.
\ No newline at end of file |