Delete - Ecto.Adapters.SQL.Connection
Open
enhancement
- Dominant language
- Elixir
- Stars
- 15
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Part of #38
https://hexdocs.pm/ecto_sql/Ecto.Adapters.SQL.Connection.html#c:delete/4
We'll need to implement this callback ourselves as we need to ensure data is not actually deleted, but only marked as so. It's unlikely that we'll be able to use any of the existing functionality.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.