Compiles SQL to drop a database if it exists. Returns null if this dialect doesn't support database dropping via SQL.
String? compileDropDatabaseIfExists(String name) { return null; }