potoki-hasql-1.6: Integration of "potoki" and "hasql".
Potoki.Hasql.Produce
vectorStatefulSession :: (state -> Session (Vector a, state)) -> state -> Settings -> Int -> Produce (Either Error a) Source #
statefulSession :: (state -> Session (a, state)) -> state -> Settings -> Produce (Either Error a) Source #