diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ undertaken in future). ### clojure.java.jdbc [`clojure.java.jdbc`][4] support is provided, but must be included -explicitly. `clojure-sql` does not depend on `clojure.java.jdbc`. +explicitly. :::clojure (require '[clojure-sql.jdbc :as jdbc]) |