From: lists@... Date: 2009-07-24T01:13:29+09:00 Subject: Re: ruby /mysql needed help asap.. On Fri, Jul 24, 2009 at 01:06:42AM +0900, Wrapster Aol wrote: > Hi all, > > I would like to know about the ruby/mysql module and how to use it... > > Ive been at it trying to learn myself, but its been slow going.. I > essentially want to manage DB(create,delete,update,search and retrieve) > through ruby and purely ruby only.... > This seems fairly helpful as an introduction to ruby/mysql module. It's wrapped pretty simply around MySQL C API, so should mirror other languages like PHP or Perl: http://www.kitebird.com/articles/ruby-mysql.html I hope you find this link relevant. - Kyle