Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Napkin.Types.BackendRuntime
Description
Documentation
type CredentialsPath = FilePath #
data family DbBackendOptions b #
Instances
class RunBackendConn b where #
Methods
runBackendConn :: LogEnv -> DbBackendOptions b -> ConnectionString -> AppName -> Maybe CredentialsPath -> SpecFile -> Maybe AuthPort -> (Pipeline -> BackendConn b -> IO a) -> IO a #