Public Vars

Back

on-conflict (clj)

(source)

function

(on-conflict column* where-clause)
Accepts zero or more SQL entities (keywords or symbols), optionally followed by a single SQL clause (`{:where <condition>}`). Ex.: `(on-conflict :mom :dad {:where [:= :race "human"]}`

Examples