aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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