@override bool supports(String driver) { final d = driver.toLowerCase(); return d == 'pgsql' || d == 'postgresql' || d == 'postgres'; }