[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Whither Ruby DBI?

List Recv

6/11/2006 2:22:00 PM

I see that Ruby DBI is still on version 0.10. Is development active?

Why does ActiveRecord, for instance, not use DBI? Not only would it
standardize adapters, it would solve a lot of performance issues - such
as http://www.ruby-forum.com/t... and
http://www.voxclandestina.com/ruby/rails/2005-05-24/improving-activereco...
.

1 Answer

Dave Burt

6/14/2006 5:31:00 PM

0

listrecv@gmail.com wrote:
> I see that Ruby DBI is still on version 0.10. Is development active?

Yes, development is active. I forget exactly who by, but if you look in
the archives, you can probably find out.

> Why does ActiveRecord, for instance, not use DBI? Not only would it
> standardize adapters, it would solve a lot of performance issues - such
> as http://www.ruby-forum.com/t... and
> http://www.voxclandestina.com/ruby/rails/2005-05-24/improving-activereco...

Consider ActiveRecord a peer and an alternative to DBI. Perhaps, though,
a more mature DBI could be used in the way you suggest.

Cheers,
Dave