On May 22, 2010, at 5:58 PM, Chris C. wrote:

> Thanks for the info.  Can you elaborate a little more on what you mean by
> "... Dabo deals with record sets: an object to handle a set of records."? 
> Maybe with an example if possible, since as a beginner, I still might not
> understand without it.

        In Dabo you have a single business object that handles a table. Let's 
say you had a 'Person' table, and wanted everyone named 'Chris'; let's assume 
that there are 42 records with a first name of 'Chris'. With an ORM, you would 
get back 42 Person objects: one for every person named 'Chris'. With Dabo, your 
Person business object would have a data set containing 42 records. 

> And not to sound thick, but to make sure I understand, you're saying that
> Dabo and Sqlalchemy don't/won't mix?  If so, I'm glad I asked because I
> think I'm sold on using Dabo.

        If SQLAlchemy had existed when we started Dabo, we probably would have 
used that as the basis for the data layer, but that came well after Dabo was up 
and running. So no, it won't work with Dabo; if you need help understanding how 
to access data in Dabo, just ask away.



-- Ed Leafe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to