-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto reload sql queries in dev mode #128
Comments
I will have a go at this! |
I would still want to have a go at this but it is subject to my available time which appears scarce for the time being, so I wouldn't want to block anyone else who is so inclined! |
Oh yeah no worries, and absolutely no rush. I haven't really had much time myself either lately. :) |
@vollcheck Thanks for working on this! |
and I just pushed out the new version to clojars, thanks again for spearheading this :) |
Currently, whenever hugsql queries are changed, the user has to run
(reset)
to load new queries. Proposed change would be to automatically reload queries when the app is running in dev mode so that(reset)
isn't needed.This issue relates to discussion regarding automatically reloading routes in dev.
The text was updated successfully, but these errors were encountered: