I have two Rails apps in Heroku with Postgresql Databases. Noiw i want to access those two databases with one app ony.
Is it Possible?
I have two Rails apps in Heroku with Postgresql Databases. Noiw i want to access those two databases with one app ony.
Is it Possible?
You can share one app database with other (with your own risk) like this. If you want multiple database connection in single rails app, you can try (with your own risk) this this