Safe Haskell | None |
---|---|
Language | GHC2024 |
Napkin.Types.BackendRuntime
Documentation
type CredentialsPath = FilePath #
data family DbBackendOptions b #
class RunBackendConn b where #
Methods
runBackendConn :: LogEnv -> DbBackendOptions b -> ConnectionString -> Maybe CredentialsPath -> Maybe AuthPort -> (BackendConn b -> IO a) -> IO a #