[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Ruby DBAL?

Daniel DeLorme

7/25/2007 10:45:00 PM

I'm trying to write an ORM because it sounds like a fun learning
experience. The idea is to grab some concepts of Og and some concepts of
ActiveRecord and mix them with some of my own. But I don't want to have
to write my own DB abstraction layer to handle different DB engines.
Right now I'm using the rails ConnectionAdapters but is there a non-ORM,
standalone SQL abstraction layer package for ruby?

Daniel

1 Answer

khaines

7/25/2007 10:55:00 PM

0