From: Markus Jais Date: 2001-11-28T22:33:08+09:00 Subject: [ruby-talk:26779] Re: Database connectivity On Wed, 28 Nov 2001 12:52:10 +0100, Bhagavatheeswaran Mahadevan wrote: Hi Everybody Can I connect to a database using Ruby???? Suresh hi use Ruby/DBI which is similar to perl DBI. you can find it at: http://www.ruby-projects.org/dbi/ you can use it to connect to all common databases including mysql and postgresql you also need the specific module for this database you find them at the ruby application archive at http://www.ruby-lang.org/en/raa.html markus