What's the recommended technique for calling (for example) SQLite3::Database#create_function or #create_aggregate given that I've opened a database with the conventional DB = Sequel.sqlite(path)?
I'm thinking of making an extension that would expose and use these callbacks, but I'm not sure how to call methods on the SQLite3::Database object from a Sequel::SQLite3::Database object. Thanks! -- Chris Riddoch http://www.syntacticsugar.org/ -- 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 https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
