Ecto: Clearly document supported field data types

Created on 26 Jul 2014  路  5Comments  路  Source: elixir-ecto/ecto

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.

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.

All 5 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nathanjohnson320 picture nathanjohnson320  路  4Comments

jonasschmidt picture jonasschmidt  路  4Comments

a12e picture a12e  路  4Comments

yordis picture yordis  路  4Comments

jbence picture jbence  路  3Comments