diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-01 13:10:46 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2008-03-01 13:10:46 -0500 |
commit | 8ffa0cdb1f19cd56d7adf63893e5d158daa9aa3c (patch) | |
tree | f304bbcc3543be536089fafcad2fa4d3fc2fbd5f /README | |
download | mysqlerl-8ffa0cdb1f19cd56d7adf63893e5d158daa9aa3c.tar.gz mysqlerl-8ffa0cdb1f19cd56d7adf63893e5d158daa9aa3c.zip |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |