diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 01:00:42 -0500 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 01:00:42 -0500 |
commit | 26858b9722eb539cdb6fa762cb15071cfe753f45 (patch) | |
tree | 259fa995eccece6b13e8dba7742e977f0c3ccea4 /README | |
parent | a0c613080faf099381cd1cdd09cf139455ea40fc (diff) | |
download | mysqlerl-26858b9722eb539cdb6fa762cb15071cfe753f45.tar.gz mysqlerl-26858b9722eb539cdb6fa762cb15071cfe753f45.zip |
Update
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,6 +1,4 @@ -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. +MySQL client port driver. Uses libmysqlclient, as opposed to sniffing +wire protocol. -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 +Spawns one unix process per DB connection. |