cloud9 postgresql custom definition

35 views Asked by At

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 ?

1

There are 1 answers

0
Yshmarov On

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