public static accepts(url as String) as Boolean:
Returns true for URLs handled by the ODBC driver.
import klyn.databases.sql.odbc if OdbcDriver.accepts("odbc:DSN=app"): print("ODBC URL")