Hi,

  I was wondering if there is a way to declare a class as a
Sequel::Model and not necessarily have it have a database set up until
later ( when I actually issue a query against model.

 so, for example ..

class Dude < Sequel::Model(:dude); end
  I get this ..
 No database associated with Sequel::Model (Sequel::Error)

 Ideally,  I want to just declare a few models
and then later say Sequel::Model.db = BLAH_DB
 and away I go.

 ~ Dan
-- 
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.


Reply via email to