seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
768 stars 90 forks source link

csk unbound fn from lein uberjar #144

Closed seancorfield closed 3 years ago

seancorfield commented 3 years ago

After building an uberjar with Leiningen, requiring next.jdbc and accessing the csk options fails with an unbound function.

seancorfield commented 3 years ago

It also fails with an uberjar built with depstar so this is just related to how the csk dependency is brought in.