-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiple Database Support? #22
Comments
I have not yet worked with multiple databases in Rails. To try this, I would do the following:
ActiveRecord::Base.connected_to(...) do
ActiveRecord::PostgresPubSub::Listener.listen(...) { }
end Within the There are likely things that the gem could make easier in supporting multiple databases, such as accepting which database to use as an arg in the listen call, but if you get a chance to try this out please report back! |
… base class Closes ezcater#22.
… base class Closes ezcater#22.
Looking to add triggers to multiple db, any guidance there?
The text was updated successfully, but these errors were encountered: