nee-jdbc / dev.neeffect.nee.effects.jdbc / ConnectionWrapper

ConnectionWrapper

sealed class ConnectionWrapper

Types

DirectConnection

data class DirectConnection : ConnectionWrapper

PooledConnection

data class PooledConnection : ConnectionWrapper

Functions

conn

abstract fun conn(): Connection