public
Description: Erlang MySQL Driver (from code.google.com)
Homepage:
Clone URL: git://github.com/dizzyd/erlang-mysql-driver.git
name age message
file COPYING.txt Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
file README.txt Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
file Rakefile Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
file SOURCE.txt Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
directory ebin/ Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
directory src/ Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
directory test/ Mon Jun 29 12:49:31 -0700 2009 Initial commit of r33 from http://code.google.c... [Dave Smith]
README.txt
Description: Revamped MySQL driver for Erlang
Modified by: Yariv Sadan (yarivvv@gmail.com)

This MySQL driver for Erlang is based on the Yxa driver obtained from Process One (at 
https://support.process-one.net/doc/display/CONTRIBS/Yxa). It includes several new features such as prepared statements, 
transactions, binary queries, type-converted query results, more efficient logging and a new connection pooling 
mechanism.

For more information, visit http://code.google.com/p/erlang-mysql-driver.