clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
473 stars 114 forks source link

Add fn to admin ns to execute arbitrary sql #423

Closed tobias closed 8 years ago

tobias commented 9 years ago

Now that we've moved away from Korma to YeSQL, we no longer have a way to easily execute one-off admin queries. It would be nice to have a way to do that again, possibly via yesql.generate/generate-query-fn.

tobias commented 8 years ago

Not needed - we can just use clojure.java.jdbc directly.