-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
How to map to a custom postgres schema? #472
Comments
Hey there, @AlexVKO ! Well, if I'm not mistaken The original issue (and this solution) can be found over rom-rb/rom-sql#163 . |
Hi @AlexVKO sorry fo the trouble, did @mereghost's suggestion work fine? |
Hello, Sorry for the delay. The search path was not doable for us, due de fact we have tables with the same name in different schemas, some examples:
Unfortunately we moved from Hanami for this and other reasons, we we're spending a lot of time for doing things that should be faster, and you know, in a startup real world we need to deliver things fast to hear feedback and etc, it was not ideal. I'm not saying that Hanami is bad(I do like Hanami alot), but it was not been the suitable choice for the moment and for the team. I'm closing this. Thank you guys. |
@AlexVKO thanks for your feedback because it is valuable for us. Can you tell us more reasons about that decision? we need to improve and that would be awesome. |
Hello Guys,
I'm using PostgreSQL and I'm having a hard time to make Hanami search for tables inside a custom schema instead of the public...
How can I do that?
The text was updated successfully, but these errors were encountered: