On Friday, June 5, 2015 at 10:54:15 AM UTC-7, [email protected] wrote: > > Is it possible (or feasible) to reuse an ActiveRecord connection to query > a Postgres database using Sequel? >
No. Sequel's postgres adapter uses a PGconn subclass, and it won't work with an ActiveRecord connection. Some ambitious people have modified ActiveRecord's connection pool to use Sequel's connections, and I've heard it works OK in general, but it's not something I'd recommend except as a last resort. Thanks, Jeremy -- 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.
