]>
git.datanom.net - pwp.git/blob - app/DB/postgres.py
5 def __init__(self
, database
, user
, password
, host
, port
):
9 self
.conn
= psycopg2
.connect("dbname=%s user=%s password=%s host=%s port=%d" % (database
, user
, password
, host
, port
))
10 except psycopg2
.Error
as e
:
This page took 0.080514 seconds and 6 git commands to generate.