@override bool supports(String driver) { final d = driver.toLowerCase(); return d == 'sqlite' || d == 'sqlite3'; }