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
Issue with multiple database connections #209
Comments
|
I think I might be missing something. In your example above, you reference
|
|
Both In fact, Is that clear enough ? |
|
We default to using the |
|
So this gem doesn't support multiple databases from what I am gathering here. Would that be correct to assume? |
|
Not directly, though that's something we'd like to change. |
I would like to use scenic to create a view on another database connection.
Here is what I tried:
In my model:
In my migration:
But is does not work, or it creates the view on the wrong database.
Any ideas how I could make it work ?
Thanks.
The text was updated successfully, but these errors were encountered: