Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ecto

Horribly redundant Phoenix controller

Is it possible to stub(mock?) Ecto.UUID.generate in an ExUnit test?

unit-testing elixir ecto

Ecto creating unique index failed for Mysql/Mariadb

mysql mariadb elixir ecto

Fragments reuse

elixir ecto

In a Phoenix Framework form, how can I set a belongs_to relation back to null using a changeset?

Ecto: Where - Or

phoenix-framework ecto

Umbrella application error when trying to create a migration with ecto elixir

migration elixir ecto

How to type cast decode JSON as if it came from the database

elixir ecto

How can I call MySQL stored procedure in ecto(=> 0.11)?

mysql elixir ecto

Ecto relations, not inserting foreign key ids

Can't make work JSONB with Ecto model in Phoenix

How to test models with required associations

elixir ecto ex-unit

How to select id with max date group by category in Ecto query with Phoenix?

Ecto has_one without belongs_to in Phoenix

Phoenix / Elixir testing when setting isolation level of transaction

Join two tables belong to two database in Elixir Ecto

elixir ecto

Why I get protocol Enumerable not implemented for #Ecto.Query?

UndefinedFunctionError - iex aliasing in phoenix / ecto

How to order a query by sum of two columns in Ecto?

elixir ecto

Setting up Phoenix Framework and Ecto to use UUIDs: how to insert the generated value?