public supports(url as String) as Boolean
Returns true when this driver can open the given URL.
import klyn.databases.sql
driver = DriverManager.driverFor("mariadb://localhost/app")
if driver.supports("mariadb://localhost/app"):
print("supported")True if this driver handles the URL.