Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

First release of Sequel driver for River Ruby bindings #1

Closed
wants to merge 1 commit into from

Conversation

brandur
Copy link
Contributor

@brandur brandur commented Nov 20, 2023

Related to main riverqueue gem's push in [1], this one provides a
driver implementation for the Sequel gem. This is a similar concept to
use the use of riverpgxv5 in the main Go package -- it breaks up
implementations for specific database packages into separate gems so
that projects using River don't have include every third party database
framework under the sun. I'll also be writing one for ActiveRecord.

Like with [1], functionality for unique jobs and batch inserts is
currently missing, to be added on a follow up release.

[1] riverqueue/riverqueue-ruby#1

@brandur brandur force-pushed the brandur-first-release branch 4 times, most recently from f9324ea to 576cde4 Compare November 26, 2023 16:57
@brandur brandur force-pushed the brandur-first-release branch 5 times, most recently from 78b1e9a to b20aa24 Compare March 4, 2024 05:36
Related to main `riverqueue` gem's push in [1], this one provides a
driver implementation for the Sequel gem. This is a similar concept to
use the use of `riverpgxv5` in the main Go package -- it breaks up
implementations for specific database packages into separate gems so
that projects using River don't have include every third party database
framework under the sun. I'll also be writing one for ActiveRecord.

Like with [1], functionality for unique jobs and batch inserts is
currently missing, to be added on a follow up release.

[1] riverqueue/riverqueue-ruby#1
@brandur brandur force-pushed the brandur-first-release branch from b20aa24 to 8a78f7e Compare March 5, 2024 01:26
@brandur
Copy link
Contributor Author

brandur commented Mar 6, 2024

Ended up moving drivers into the main gem's repo at riverqueue/riverqueue-ruby#1 so that all changes can be made in one place.

@brandur brandur closed this Mar 6, 2024
@brandur brandur deleted the brandur-first-release branch March 6, 2024 01:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant