kit-clj / kit

Lightweight, modular framework for scalable web development in Clojure
https://kit-clj.github.io/
MIT License
476 stars 44 forks source link

Allow multiple sql sources #94

Closed whamtet closed 1 year ago

whamtet commented 1 year ago

Very small change, but its nice to be able to split sql queries into multiple files once the project grows.

whamtet commented 1 year ago

Thanks @yogthos , its nice to have someone who likes my PRs rather than just criticizing. Do you mind pushing a new patch to clojars?

yogthos commented 1 year ago

No problem, and thanks for doing the PRs, they're always welcome. Just pushed out kit-sql-conman 1.0.7 with the fix.