Table of Contents

#PYTHON #DATABASE #MYSQL #VERTICA #PARQUST #CSV

Table of Contents

connection

create_connection

def create_connection(dsn: str, password: str = None)

Create Database Connection

MySQL: mysql://{user}@{host}:{port}/{db_name}

Vertica: vertica://{user}@{host}:{port}/{db_name}

OtherDB: {dialect}+{driver}://{user}@{host}:{port}/{db_name}

Arguments:

Returns: