(agg-by-tag [k v])
(agg-queries-for-table acc {:keys [table-name] :as m})
Takes in honeysql map(s) and returns a map of table-name and a list of all queries on that table.
Takes in honeysql map(s) and returns a map of table-name and a list of all queries on that table.
(extract-table-name {:keys [from insert-into update delete-from]})
Expects a honeysql map and extracts the table name.
Expects a honeysql map and extracts the table name.
(normalize m)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close