PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

psycopg2 ne peut pas voir mon instance PostgreSQL

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