potoki-hasql-1: Integration of "potoki" and "hasql".

Safe HaskellNone
LanguageHaskell2010

PotokiHasql.Potoki.Consume

Documentation

executeBatchQuery :: Query (Vector params) () -> Int -> Settings -> Consume params (Either Error ()) Source #

executeQuery :: Query params () -> Settings -> Consume params (Either Error ()) Source #

executeSession :: (params -> Session ()) -> Settings -> Consume params (Either Error ()) Source #