Question
How to connect to remote database on digital Ocean with pycharm ?
I am using Pycharm and I would like to connect to remote database to edit it. However I have this following error : [08P01] ERROR: no such database:
[08P01] ERROR: no such database: `
I insert those features in the correct properties of pycharm :
username = api_admin
password = **************** show
host = db-postgresql-lon1-49627-do-user-6682481-0.db.ondigitalocean.com
port = 25061
database = Test
sslmode = require
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×