revelrylabs / ecto_soft_delete

Soft Deletion for Ecto
MIT License
113 stars 28 forks source link

Add escape hatch for when one doesn't want `prepare_query` #184

Closed caioaao closed 3 weeks ago

caioaao commented 1 month ago

Adds a way of configuring specific schemas to not get deleted_at clauses automatically.

This is especially useful for issues like #100

caioaao commented 3 weeks ago

@grossvogel Yup, I struggled to name this option, and I agree your suggestion is better 👍

About the readme example, I can add it too