honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
fmn 2019-05-03T06:46:54.000900Z

Hi, I need some help on how to define a function call like crypt and gen_salt

fmn 2019-05-03T06:48:51.001500Z

After some reading I can only find about extending clauses and function uses for :where

fmn 2019-05-03T06:54:54.002100Z

Nvm, I found sql/call and sql/raw, I think this is the better approach