add note of other helpful utilities

This commit is contained in:
Roger Pack 2009-05-22 20:29:04 +00:00
parent 482fd82d83
commit e283a6d89f
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -29,6 +29,10 @@ An enhanced MySQL database driver. With support for async operations and threade
Same with other scripts that want to use it--just require 'mysqlplus' BEFORE you require 'mysql' and it will Same with other scripts that want to use it--just require 'mysqlplus' BEFORE you require 'mysql' and it will
load the asynchronous version, then ignore the sequent require 'mysql' call. load the asynchronous version, then ignore the sequent require 'mysql' call.
== Other helpful mysql utilities:
slim attributes http://slim-attributes.rubyforge.org/ boosts mysql speed by using arrays instead of hashed lookup.
Hash extension gem also results in speedups when used: http://blog.chak.org/2008/02/09/speeding-up-activerecord-with-hashes-take-2/
=== Credits === Credits
Aman Gupta, for help in threading support and improved tests Aman Gupta, for help in threading support and improved tests