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