in Memory H2Data Source Config
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
provided Node Name
Reflects the "instance" of the database username/schema
postfix
Additional postix added to database "instance" name to add uniqueness when running integration tests.