Alerting if there is conflict
I'm doing an insert and wanted to ask whether there is a specific error type that is returned when there is a conflict.
Pseudo-code of what I would want
2 Replies
bump
in my experience, the error you get will be from whatever DB driver you are using under the hood, not drizzle