Untitled

Anonymous
python
03/30/2023 2:58 AM
192 B
18
Indexable
import psycopg2
conn = psycopg2.connect(
    host="localhost",
    database="api-pelindo",
    user="postgres",
    password="12345678"
)
Editor is loading...