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

Review/update specs to match API #132

Closed seancorfield closed 4 years ago

seancorfield commented 4 years ago

Several new functions have been added lately -- are they in next.jdbc.specs and is that namespace accurate?

seancorfield commented 4 years ago

prepare/statement was not spec'd (jdbc/statement was provided incorrectly).

jdbc/with-options was not spec'd.