I have been looking for quite a while in the docs and examples where the full listing of supported data types and coercions is.
I'm willing to submit a patch with that if anyone can point me to the right place in the source.
Types are not properly documented anywhere, a patch would be greatly appreciated. We do not have coercions yet.
I'm not sure where they should be documented though. Ecto.Query.API maybe? /cc @josevalim
Plus one to document through ecto.query.api!
_Jos茅 Valimwww.plataformatec.com.br
http://www.plataformatec.com.br/Founder and Lead Developer_
Now there is a table in the README.
For future googlers, the list of primitive types is at https://hexdocs.pm/ecto/Ecto.Schema.html - search page for primitive types.
@maxim Future googler reporting in, thanks!
Most helpful comment
For future googlers, the list of primitive types is at https://hexdocs.pm/ecto/Ecto.Schema.html - search page for primitive types.