Notebook
import MySQLdb con = MySQLdb.connect(host="localhost", db="test")
import psycopg2 con = psycopg2.connect(host="localhost")