You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problems I stumbled onto when trying out this library:
Placing this in my project.clj file gave me an error: [com.layerware/hugsql "0.2.0"]
The error was something about not finding hugsql-core "0.1.0" in clojars if I remember correctly.
You should also note that hugsql uses io/resource to find sql files. My app crashed and I had no idea why, removing "resources" from the provided path-string solved the issue.
You should also probably have at least one execute (:!) example in the README. All your examples are currently select statements.
Other than that, great stuff!
The text was updated successfully, but these errors were encountered:
Problems I stumbled onto when trying out this library:
Placing this in my project.clj file gave me an error:
[com.layerware/hugsql "0.2.0"]
The error was something about not finding
hugsql-core "0.1.0"
in clojars if I remember correctly.You should also note that hugsql uses io/resource to find sql files. My app crashed and I had no idea why, removing "resources" from the provided path-string solved the issue.
You should also probably have at least one execute (:!) example in the README. All your examples are currently select statements.
Other than that, great stuff!
The text was updated successfully, but these errors were encountered: