Open
Description
What are the differences between behaviours and protocols
An example of behaviour are adapters: https://hexdocs.pm/ecto/2.2.8/Ecto.Adapter.html#content
And an example of a protocol is https://hexdocs.pm/ecto/Ecto.Queryable.html
What are the differences between behaviours and protocols
An example of behaviour are adapters: https://hexdocs.pm/ecto/2.2.8/Ecto.Adapter.html#content
And an example of a protocol is https://hexdocs.pm/ecto/Ecto.Queryable.html