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?
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.