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

Safe HaskellNone
LanguageHaskell2010

PotokiHasql.Potoki.Produce

Documentation

vectorStatefulSession :: (state -> Session (Vector a, state)) -> state -> Settings -> Produce (Either Error a) Source #

statefulSession :: (state -> Session (a, state)) -> state -> Settings -> Produce (Either Error a) Source #