From 688e94d9d8d50af2696d9adc4498dc495114f206 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 18 Apr 2019 08:29:46 -0700 Subject: [PATCH] Link to Contrib discussion issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6bc95..63ab5ca 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I also wanted `datafy`/`nav` support baked right in (it was added to `clojure.ja At this point, I would consider the API to be fairly stable (2019-04-18). The "syntactic sugar" SQL functions (`insert!`, `query`, `update!`, and `delete!`) go beyond what I wanted to include in the core API so they are in `next.jdbc.sql`. I know that their equivalents in `clojure.java.jdbc` are heavily used (based on the number of questions and JIRA issues I get). -I am still considering whether this should go into Contrib as new namespaces in `clojure.java.jdbc` or whether it will continue to live standalone so I'm not accepting Pull Requests yet (but I haven't disabled them on GitHub!). There are pros and cons to both choices, in my mind. +I am still [considering whether this should go into Contrib](https://github.com/seancorfield/next-jdbc/issues/3) as new namespaces in `clojure.java.jdbc` or whether it will continue to live standalone so I'm not accepting Pull Requests yet (but I can't disable them on GitHub!). There are pros and cons to both choices, in my mind. ## Usage