cloud9 postgresql custom definition

63 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 best solutions below

0
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