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 ?
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 ?
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