I am looking at these docs for camunda-bpm-run on how to configure a custom (ie. non H2) db: Camunda Platform Run | docs.camunda.org
Camunda Platform Run | docs.camunda.org
The first link explicitly says we have to manually save a driver jar and to manually instantiate table schema.
But since all config properties from spring-boot-starter should be available for camunda-bpm-run yml files, can I use the following config to automatically create schema from here?: schema-update
And, for the driver, are postgresql and mysql natively supported? As in, can I just pass in their driver class names as environ vars as noted here without having to manually save their driver jars?