From 8ffa0cdb1f19cd56d7adf63893e5d158daa9aa3c Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 1 Mar 2008 13:10:46 -0500 Subject: Initial commit --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d677b52 --- /dev/null +++ b/README @@ -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 -- cgit v1.2.3