public supports(url as String) as Boolean:
Returns true for PostgreSQL connection URLs.
import klyn.databases.sql.postgresql if PostgreSQLDriver().supports("postgresql://localhost/app"): print("PostgreSQL URL")