compileCreateDatabase method
Compiles SQL to create a database. Returns null if this dialect doesn't support database creation via SQL.
Implementation
String? compileCreateDatabase(String name, Map<String, Object?>? options) {
return null;
}
Compiles SQL to create a database. Returns null if this dialect doesn't support database creation via SQL.
String? compileCreateDatabase(String name, Map<String, Object?>? options) {
return null;
}