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