onDiskH2DataSourceConfig

fun onDiskH2DataSourceConfig(providedNodeName: String? = null, postfix: String? = null, mode: String? = null): <Error class: unknown class>

Creates data source configuration for on disk H2 as it would be specified in reference.conf 'datasource' snippet.

Parameters

providedNodeName

Reflects the "instance" of the database username/schema

postfix

Additional postix added to database "instance" name to add uniqueness when running integration tests.