This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Description
Hi,
It seems that there is no way of creating a mysql configuration for 'AsyncMySQLStorage' using URLParser. Looking at the code, you use 'ParserURL.parse' which only matches on postgresql connection urls. There should either be a way of creating a new configuration by supplying it a connection string directly or by creating a configuration by parsing a connection string via URLParser just like with postgresql.