From 26858b9722eb539cdb6fa762cb15071cfe753f45 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 2 Mar 2008 01:00:42 -0500 Subject: Update --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README') 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. -- cgit v1.2.3