with `fs2` I just plug in a database fetcher that ...
# arrow
b
with
fs2
I just plug in a database fetcher that is (args) => IO[List[X]] and a processor that is X => IO[Unit] and we're done