Sungpah Lee
Sungpah Lee

Reputation: 1021

How to share Postgresql database with two different websites? ( ruby and Heroku )

How can we share one database with two different websites?

I made a web-application( for customer ) with Ruby On Rails using Heroku server. I need to make provider site that shares same information with the customer site. All data is stored in the Heroku server. How can I do this and is it possible to do?

Please give any thought about this!! :)

Upvotes: 0

Views: 45

Answers (1)

Cédric ZUGER
Cédric ZUGER

Reputation: 422

There is an article at Heroku devcenter about that topic : https://devcenter.heroku.com/articles/connecting-to-heroku-postgres-databases-from-outside-of-heroku

This article seems to cover all your needs.

Upvotes: 1

Related Questions