-1

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 should explain why you want to use multiple database. Also please take a look at this http://stackoverflow.com/questions/1825844/multiple-databases-in-rails – dnsh Oct 11 '16 at 08:51

1 Answers1

0

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

Community
  • 1
  • 1
Jayaprakash
  • 1,407
  • 1
  • 9
  • 19