aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 01:00:42 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 01:00:42 -0500
commit26858b9722eb539cdb6fa762cb15071cfe753f45 (patch)
tree259fa995eccece6b13e8dba7742e977f0c3ccea4 /README
parenta0c613080faf099381cd1cdd09cf139455ea40fc (diff)
downloadmysqlerl-26858b9722eb539cdb6fa762cb15071cfe753f45.tar.gz
mysqlerl-26858b9722eb539cdb6fa762cb15071cfe753f45.zip
Update
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index d677b52..6a0fa9e 100644
--- a/README
+++ b/README
@@ -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.