hugsql

Merveille van Eck 2025-03-30T13:54:59.351739Z

hey there! just went on a round trup from making my own defmacro, to realizing i would have ended up with something like hugsql, so i checked it out and i LOVE it. its great. but i have one small problem: my clj-kondo doesnt seem to like the function names that are def'd by def-db-fns. any ideas how to tell clj-kondo to be okay with them?

Merveille van Eck 2025-03-30T14:06:35.113199Z

https://stackoverflow.com/questions/61727582/how-to-avoid-unresolved-symbol-with-clj-kond-when-using-hugsql-def-db-fns-macro here is a workaround as explained by borkdude. what a legend.

👍 1