With Spring Boot you are used to setting most settings via `customizer` or `properties`. I would like the same for jOOQ, e.g. with the batch size https://github.com/jOOQ/jOOQ/blob/main/jOOQ/src/main/java/org/jooq/conf/Settings.java#L423C46-L423C46 The jOOQ properties should be expanded to be able to overwrite some/all default settings.