}
public DatabaseInformation createDatabase(Class<? extends WGDatabaseCore> implClass, WGDatabaseServer dbServer, Map<String, String> options) throws WGAPIException {
if (!_csOnly) {
throw new WGNotSupportedException("Creating custom databases is not supported");
}
try {
ModuleDefinition serverDef = WGFactory.getModuleRegistry().getModuleDefinition(DatabaseServerModuleType.class, MySqlDatabaseServer.class);
OptionReader serverOptionReader = OptionReader.create(dbServer.getOptions(), serverDef);