From: Makoto Inada Date: 2007-03-22T23:21:59+09:00 Subject: Re: MySQL/Ruby: More documentation or examples? ------=_Part_88355_23157013.1174573315089 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I know this is not a straight answer, but you may want to check ActiveRecord in RoR. It works standalone nicely outside of the framework. On 3/22/07, Phillip Gawlowski wrote: > > Hello, list. > > I'm digging my way through the MySQL/Ruby documentation[0], which is, > sadly, a bit lacking, at least for my still weak understanding of Ruby > and MySQL. I can't check the Japanese version, as I don't speak Japanese > myself. > > Although I have found Paul DuBois' short introduction to Mysql/Ruby[1], > which got me started a bit, at least, my google-fu is weak, and only > turns up (more or less) RoR related cruft. > > Right now, I'm poking the different methods with the help of irb, but > that's not really helping (Although now I know that > Mysql::Result#fetch_row() goes to the next row of a result set, > apparently, pending further investigation). > > That being said, is there more detailed coverage of the MySQL/Ruby > module available? If so, where can I find it? The project's website > provides the same information as the README within the gem, unfortunately. > > > Bibliography: > [0] http://www.tmtm.org/en/mysql/ruby/ > [1] http://www.kitebird.com/articles/ruby-mysql.html > > -- > Phillip "CynicalRyan" Gawlowski > > Rule of Open-Source Programming #4: > > If you don't work on your project, chances are that no one will. > > > ------=_Part_88355_23157013.1174573315089--