dm3 / clojure.java-time

Java 8 Date-Time API for Clojure
MIT License
467 stars 47 forks source link

Add jdbc protocal #28

Closed ricardolee closed 5 years ago

ricardolee commented 5 years ago

Add jdbc protocal like in cli-time, auto convert sql type.

dm3 commented 5 years ago

Hi, this looks good. However, I do not like having this functionality inside the Clojure.Java-Time project. The date-time library shouldn't impose the choice of the JDBC library on the consumer - not everyone wants to use clojure.java.jdbc.

Your best bet is to publish a separate integration project which I'll happily link to from the README.

ricardolee commented 5 years ago

Ok, that best way. I will split to a project.