Uni Ecto Plugin Upd | 480p 2026 |
defmodule UniEctoPlugin.SoftDelete.Query do def exclude_deleted(queryable) do Ecto.Query.where(queryable, [q], is_nil(q.deleted_at)) end
Ecto’s Changesets are legendary for their ability to validate data before it ever touches the database. Uni Ecto allows you to perform similar validation logic on the client, providing immediate feedback to players. uni ecto plugin
query = where(query, [p], uni_origin(p.customer_uni) == "stripe") defmodule UniEctoPlugin