honey.sql.util
(source)Utility functions for the main honey.sql namespace.
| Public Variable | Short Description |
|---|---|
| join (clj) | More efficient implementation of `clojure.string/join`. |
| str (clj) | More efficient implementation of `clojure.core/str` because it has more non-variadic arities. |