karideo/back/transfer_bdd/v0.0...v1.0/db.py

8 lines
184 B
Python
Raw Normal View History

2020-02-15 09:08:40 +01:00
from realog import debug
import psycopg2
debug.info("connect BDD: ")
2020-02-16 23:38:13 +01:00
conn = psycopg2.connect(dbname="karideo", user="postgres", password="postgres", host="localhost", port="15032")