Database
getConnection :: IO (Either ConnectionError Connection) Source #
getPool :: IO Pool Source #
migrate :: Connection -> IO (Either SessionError [Maybe MigrationError]) Source #