From: "Ralf Müller" Date: 2005-10-12T15:19:19+09:00 Subject: Re: [bulk]: ruby DB application in windows On Wed, 12 Oct 2005 14:11:48 +0900 "Ananthakrishnan" wrote: > I am working on a ruby application on windows. Please let me know what is > the best way to connect to MySQL and perform BD operations. > there are packages: use http://raa.ruby-lang.org/search.rhtml and search for 'mysql' http://rubyforge.org is another VERY good place to find ruby-related software. I use ruby-dbi for abstraction from the db-type. If you are not sure about supporting other dbs than mysql, ruby-dbi is a good choice. -- > "not using Ruby is punishment enough" > -- James Britt, 8.5.2005, ruby-talk@ruby-lang.org