Back
format-entity (clj)
(source)function
(format-entity e)
(format-entity e {:keys [aliased drop-ns]})
Given a simple SQL entity (a keyword or symbol -- or string),
return the equivalent SQL fragment (as a string -- no parameters).
Handles quoting, splitting at / or ., replacing - with _ etc.