dbProxy

suspend fun dbProxy(name: String, block: suspend DbProxyResourceBuilder.() -> Unit): DbProxy

Parameters

name

The unique name of the resulting resource.

block

Builder for DbProxy.

See also


fun dbProxy(name: String): DbProxy

Parameters

name

The unique name of the resulting resource.

See also