sql >> Base de Datos >  >> RDS >> PostgreSQL

psycopg2 no puede ver mi instancia de PostgreSQL

conn = psycopg2.connect("dbname=your_database user=postgres password=xxxx host=127.0.0.1 port=5432")