Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ecto

How to check whether a string is a valid UUID?

Using fragment & group_by together with postgres & ecto?

Is there something like get DaysInMonth for in elixir?

Ecto assoc_constraint doesn't work

Is it possible to use Elixir changesets/validations without using models?

How to write a Ecto query that does a group_by MONTH on a datetime field

How to properly sanitize user input server side in Phoenix

How to query for empty array in jsonb PostgreSQL using Elixir / Ecto

postgresql elixir ecto

How do I use Ecto.Enum with postgres ENUM types?

elixir ecto

How to mock/stub methods in Elixir library Ecto/Repo?

Ecto validate_required of either of two attributes

ecto

Phoenix : Having a JSON and HTML representation of the same resource

Casting error in Ecto changesets

How to disconnect Postgrex connection?

Can I query a model with an aggregate count of one of it's association in Ecto?

Phoenix - return Ecto query results to a specific client

How do I connect Ecto to CockroachDB Serverless?

Ecto join on multiple conditions