From: Wilson Bilkovich Date: 2006-09-22T03:23:46+09:00 Subject: Re: Ruby connection to MySql On 9/21/06, Patrick Lynch wrote: > I'm going thru the "PickAxe" book but can find only limited information > in it regarding how Ruby connects to and uses MySql.. > > Is there any documentation available in regard to this? > Here is the website of the (well, 'a'..) Ruby library for MySQL: http://www.tmtm.org/en/mysql/ruby/ This is a relatively low-level way to work with a database. ActiveRecord, Og, rBATIS, etc, are higher-level ORM libraries that make life easier.