joeljuca / swiss_schema

A Swiss Army knife for your Ecto schemas
https://hex.pm/packages/swiss_schema
Apache License 2.0
26 stars 4 forks source link

Deprecate `stream/1` #13

Closed joeljuca closed 2 months ago

joeljuca commented 8 months ago

This function doesn't make sense to exist in SwissSchema. Ecto's stream/2 depends heavily on the query that's passed as the first argument, so it doesn't make much sense to tie it to a schema as SwissSchema does.

joeljuca commented 7 months ago

https://hexdocs.pm/elixir/Module.html#module-deprecated-since-v1-6-0