Sequel driver for River's riverqueue gem for Ruby.
Gemfile should contain the core gem and a driver like this one:
gem "riverqueue"
gem "riverqueue-sequel"Initialize a client with:
DB = Sequel.connect("postgres://...")
client = River::Client.new(River::Driver::Sequel.new(DB))See also rubyqueue.
See development.