good_job icon indicating copy to clipboard operation
good_job copied to clipboard

Support Sequel

Open censoredp opened this issue 3 years ago • 1 comments

Currently GoodJob supports only ActiveRecord for database connectivity. Sequel is more powerful and very popular alternative. There's also a gem that helps with integration into rails.

Also sequel has listen method and extension for advisory locks.

censoredp avatar Sep 16 '22 12:09 censoredp

@censoredp thanks for suggesting this. I don't plan to add support for GoodJob; I think GoodJob is too tightly architected around ActiveRecord.

I'd be happy to advise someone else who believed otherwise and wanted to build an extension for GoodJob or their own Sequel-powered ActiveJob backend.

bensheldon avatar Sep 16 '22 15:09 bensheldon