(clean-query query)Removes spaces before and after commas And spaces after opened round bracket and before closed round bracket Won't match commas/round brackets between quotes, single or double
Removes spaces before and after commas And spaces after opened round bracket and before closed round bracket Won't match commas/round brackets between quotes, single or double
(count-query? sql-query)Returns true if the SQL query only has count(.)
Returns true if the SQL query only has `count(.)`
(find-index sql-query)Finds the index to be queried from the SQL query
Finds the index to be queried from the SQL query
(take-till-next-clause query-parts)Gets the data for a particular clause from query parts Till the next clause is found
Gets the data for a particular clause from query parts Till the next clause is found
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 |