I'm exploring using the database extension pg_triggers.

Following the doc at 
https://github.com/jeremyevans/sequel/blob/master/doc/extensions.rdoc, I 
get the following error:

warning: LoadError: cannot load such file -- sequel/extensions/pg_triggers

I'm using Bundler in Ruby 2.6.0, with "require 'sequel'" at the top, and 
"gem 'sequel'" in the Gemfile.

The error occurs on this line:
    DB.extension :pg_triggers

It's worth noting that without this line, I can create and access DB as 
normal.

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

Reply via email to