Hets - the Heterogeneous Tool Set
Safe HaskellNone

Persistence.SQLite

Documentation

connection :: (MonadIO m, MonadBaseControl IO m, MonadLogger m, MonadLoggerIO m, MonadUnliftIO m) => DBConfig -> Int -> (Pool SqlBackend -> m a) -> m a Source #