src/allographer/v2/query_builder/models/mysql/mysql_open

Procs

proc dbOpen(__2348810247: type MySQL; database: string = ""; user: string = "";
            password: string = ""; host: string = ""; port: int = 0;
            maxConnections: int = 1; timeout = 30; shouldDisplayLog = false;
            shouldOutputLogFile = false; logDir = ""): MysqlConnections