Ruby DB application in windows

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.

···

On Wed, 12 Oct 2005 14:11:48 +0900 "Ananthakrishnan" <ananthkrish@touchtelindia.net> 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.

--

"not using Ruby is punishment enough"
  -- James Britt, 8.5.2005, ruby-talk@ruby-lang.org

Use activerecord (lightweight ORM) or DBI.

···

On 10/11/05, Ananthakrishnan <ananthkrish@touchtelindia.net> 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.

Hate to self promote, but if you've got DBI running, Ruport might be
able to help make life a little easier:

http://ruport.rubyforge.org

Versions 0.2.0 and 0.3.0 will be coming out in the next 7 days so you
might want to hold off a few days, but 0.1.0 is still useable.

Or Og. Or Lafcaido. There's at least one more out there.

-austin

···

On 10/12/05, Jacob Quinn Shenker <jqshenker@gmail.com> wrote:

Use activerecord (lightweight ORM) or DBI.

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

Kansas. Soon to have a new release (with a gem), once I figure out making
gems.

Kirk Haines

···

On Wednesday 12 October 2005 4:16 pm, Austin Ziegler wrote:

On 10/12/05, Jacob Quinn Shenker <jqshenker@gmail.com> wrote:
> Use activerecord (lightweight ORM) or DBI.

Or Og. Or Lafcaido. There's at least one more out there.