Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support trilogy adapter #103

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Support trilogy adapter #103

wants to merge 11 commits into from

Conversation

xjunior
Copy link

@xjunior xjunior commented Feb 8, 2024

Allow switching PerconaAdapter fallback adapter, between :mysql2 and :trilogy.

Departure.configure do |c|
  c.adapter = :mysql2 # for mysql2
  c.adapter = :trilogy # for mysql2
end

Also

  • make both mysql2 and trilogy a soft dependency, allowing the host app to choose

@xjunior xjunior force-pushed the departure-trilogy branch 3 times, most recently from 90472c7 to 4d2d36e Compare February 8, 2024 18:22
@xjunior xjunior marked this pull request as ready for review February 8, 2024 19:59
Appraisals Show resolved Hide resolved
@xjunior xjunior marked this pull request as draft March 14, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants