elixir-ecto / db_connection

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

Have only one way to handle_* stream #131

Closed josevalim closed 6 years ago

josevalim commented 6 years ago

@fishcakez do you mean handle_first/handle_next vs handle_fetch? If so, this is done in master.

fishcakez commented 6 years ago

Yes, there is a few handle_first/handle_next in docs though.