ecto_conditionals icon indicating copy to clipboard operation
ecto_conditionals copied to clipboard

EctoConditionals implements a flexibly functional find_or_create and upsert behavior for Ecto models.

Results 1 ecto_conditionals issues
Sort by recently updated
recently updated
newest added

When using `find_or_create_by` there could be a race condition between searching for the record, not finding it, and then creating it, if another process creates the record in the meantime...