aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 20:42:01 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 20:42:01 -0500
commiteee6c89ba7172fb95a115cd2c7d01c6d78238f0a (patch)
tree37d194cade2758a069e990c2d43b72856adf36a3 /README
parent2e057409539e0b3ca30a0514cc296f78a3774d50 (diff)
downloadmysqlerl-eee6c89ba7172fb95a115cd2c7d01c6d78238f0a.tar.gz
mysqlerl-eee6c89ba7172fb95a115cd2c7d01c6d78238f0a.zip
More descriptive.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 6a0fa9e..dd1a53d 100644
--- a/README
+++ b/README
@@ -1,4 +1,13 @@
MySQL client port driver. Uses libmysqlclient, as opposed to sniffing
wire protocol.
-Spawns one unix process per DB connection.
+Spawns one unix process per DB connection. This process has a knack
+for exiting when anything goes even slighltly amiss. It also gets
+restarted by a supervisor, so this might be a good thing.
+
+This library tries to be ODBC compatible as much as possible. I have
+never actually /used/ ODBC, but I can read man pages. If you know
+better, please let me know.
+
+My objective is that if you know how to use ODBC in Erlang, then you
+can use this library with only changing the connect syntax.