elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
306 stars 113 forks source link

Add transactional_reduce #142

Closed josevalim closed 3 years ago

josevalim commented 6 years ago

A transactional_reduce will allow developers to reduce a stream (or a prepared stream) that runs in its own transaction.

josevalim commented 3 years ago

I believe we can tackle this without changing db_connection. :)