Hi Don, On May 10, 5:04 am, Don Morrison <[email protected]> wrote: > Hi Stefan, > > It looks like you may be doing some ETL work with Sequel, as I am. Why not > just use the underlying Sequel connections? Then call > > DB[:table] > > and > > DB1[:table] > > What do the models give you that the datasets don't? I have preferred to keep > the layer between databases as thin as possible. >
The problem I have, and wanted to solve with this thread, was ETL manager, not ETL itself (which is going to be done by pure SQL in most of the cases). That is why I want to use models for those tables and not datasets. Stefan <rest snipped> -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
