I did not found any mentions of deleteCascade and deleteCascadeWhere in esqueleto... Is there an esqueleto equivalent to these functions?
Asked
Active
Viewed 84 times
0
-
Oddly enough, persistent's `deleteCascade` is re-exported via Database.Esqueleto but `deleteCascadeWhere` is not. Can you just use persistent's deleteCascade / deleteCascadeWith? – ErikR Aug 17 '16 at 18:04
-
I asked the question on esqueleto's bugtracker: https://github.com/prowdsponsor/esqueleto/issues/147 – gueux Aug 18 '16 at 18:05