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