Is there a way to construct a dataset without a database, and then later associate the dataset with a database or even with several databases? Something like this:

ds = Dataset.new.select(...)...

ds.on(db1).all
ds.on(db2).all



--
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to