Advertisement
Guest User

Untitled

a guest
Mar 10th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import psycopg2 as psy
  2. connection=psy.connect(dbname=dbname, user=user,password=password, host=host, port=port)
  3. cursor=connection.cursor()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement