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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -