Thiago

Results 3 comments of Thiago

you provide the raw [driver](https://github.com/hamiltop/rethinkdb-elixir), so I think that this repo should follow `Ecto` conventions. - limit fields to schema - validate required fields - validate field types - friendly...

if enforce required is done, there is something worng with [TestRepo](https://github.com/hamiltop/rethinkdb_ecto/blob/next/test/test_helper.exs#L1) setup. `Title` is a required field. [date tests](https://github.com/hamiltop/rethinkdb_ecto/blob/next/test/query_test.exs#L20) don´t provide it, and still pass. Do you need help for...

Hi @hamiltop, I created some tests for this. The only thing that does not work is enforcing schema declaration, like `strong params`. It seems that you can insert any attr...