Where to find the PostgreSQL db file in Cloud9? -


i switched sqlite postgresql , using cloud9 ide (rails). sqlite there file db/development.sqlite open examine db contents. can find similar file i've switched postgresql?

you should able use following:

sudo sudo -u postgres psql

to access postgresql server. here's documentation cloud9 regarding postgresql.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -