(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |