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
Post a Comment