klyn.databases.sql.odbc.OdbcDriver.accepts
method
public static accepts(url as String) as Boolean:
Description

Returns true for URLs handled by the ODBC driver.

import klyn.databases.sql.odbc

if OdbcDriver.accepts("odbc:DSN=app"):
print("ODBC URL")