0bd4ab4
1
2
3
4
5
import psycopg2 conn = psycopg2.connect('postgresql://user:onion123@localhost:5432/scoinvestigator') print("SUCCESS") conn.close()