Untitled

 avatar
unknown
python
2 years ago
143 B
4
Indexable
import psycopg2
conn = psycopg2.connect(
    host="localhost",
    database="api-pelindo",
    user="postgres",
    password="12345678"
)
Editor is loading...