klyn.databases.sql.postgresql.PostgreSQLDriver.supports
method
public supports(url as String) as Boolean:
Description

Returns true for PostgreSQL connection URLs.

import klyn.databases.sql.postgresql

if PostgreSQLDriver().supports("postgresql://localhost/app"):
print("PostgreSQL URL")