Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class MonadUnliftIO m => Storage m where Source #
runSql :: ReaderT SqlBackend m a -> m a Source #
getSqlPool :: m (Pool SqlBackend) Source #
Instances
MonadUnliftIO m => Storage (AppM m) Source # | |
Defined in BtcLsp.Data.AppM runSql :: ReaderT SqlBackend (AppM m) a -> AppM m a Source # getSqlPool :: AppM m (Pool SqlBackend) Source # |