Mixing in the Sequel module probably would not get you what you want. > Storing the connection as a class variable wouldn't either, since > Sequel uses a connection pool. I'm not sure what functionality you > want to change. If you want to extend the connection objects > themselves, you'll need to subclass an existing adapter. If you want > to extend the Database objects, you can subclass Sequel::Database. > You'll need to post a more specific example in order to get better > support. > > I will try extending Sequel::Database and see what happens. If that fails I will store an instance of the database object in my own class and proxy the calls.
Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
