aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.