inMemoryH2DataSourceConfig

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

Creates data source configuration for in memory 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.