== MySQLPlus An enhanced MySQL database driver. With support for async operations and threaded database access. == Building gem build mysqlplus.gemspec on OSX with the default mysql installed: sudo gem install mysqlplus-0.1.0.gem -- --with-mysql-config on OSX, with mysql installed by macports: sudo gem install mysqlplus-0.1.0.gem -- --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config on OSX