Fork me on GitHub
#honeysql
<
2021-12-13
>
enn14:12:02

Is there a way to create an expression that I can pass to honeysql.sql/format that will just spit out a specific SQL string? for working around gaps in HoneySQL's functionality (no create index support), in an environment where I am collecting a bunch of HoneySQL expressions and then calling format on all of them at the end.

Lennart Buit14:12:31

Do you mean the raw syntax? [:raw …]