This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 8e6f300f9db75f07c03049efd00a6b91fe16538d
tree 514630a791cfe8e057acc62571a000b9f1a4fc3a
parent f57c2a65761cb2cbf5cccca231fed86c9ad0cbfc
tree 514630a791cfe8e057acc62571a000b9f1a4fc3a
parent f57c2a65761cb2cbf5cccca231fed86c9ad0cbfc
| name | age | message | |
|---|---|---|---|
| |
README | Fri Sep 05 12:54:28 -0700 2008 | |
| |
Rakefile | Fri Sep 05 10:23:47 -0700 2008 | |
| |
ext/ | ||
| |
lib/ | ||
| |
mysqlplus.gemspec | Tue Sep 09 16:33:18 -0700 2008 | |
| |
test/ |
README
== 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, with x86 mysql (NOT x86_64!) installed from mysql.com:
sudo env ARCHFLAGS="-arch i386" gem install mysqlplus-0.1.0.gem -- \
--with-mysql-dir=/usr/local/mysql \
--with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include
=== Credits
Aman Gupta, for help in threading support and improved tests
Tomita Masahiro--since this is a fork of his already excellent mysql lib [http://www.tmtm.org/en/mysql/ruby].
Roger Pack, for helping in the file descriptor hunt :)
Lourens Naude for 1.9 integration help.
=== License
Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.








