0

with cloud9 and Rails, I want to access a database with these parameters :

database: mydatabase username: myusername password: mypassword

What is the process to achieve that ?

user3239711
  • 639
  • 1
  • 7
  • 24

1 Answers1

0

In order to use postgres on C9, you have to set it up in the console

The detailed answer to using PG in C9 is here

Yshmarov
  • 3,450
  • 1
  • 22
  • 41