honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
tianshu 2020-02-05T13:54:21.027600Z

How can I write

MATCH (a, b) AGAINST ('keyword' IN NATURAL LANGUAGE MODE)
In honeysql?

seancorfield 2020-02-05T18:24:23.030Z

@doglooksgood I'm not that you can at the moment. There's not much support for "continuing" expressions that aren't direct function calls. It's something that's been requested several times -- and I'm sure you could extend the multimethods to add specific match support, but I'd like to see some syntax to support more general "sentences" like that... I just don't know yet how that would look.