For example, to create a single connection using a connection string we do: ``` mysql.createConnection(connectionString); ``` I can't seem to find a way to do the same to create a pool, is it possible?