Quick question on spec alpha 2

2019-04-02 Thread Alex Miller
It’s equivalent. Schemas have no “structure”. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Quick question on spec alpha 2

2019-04-02 Thread peterhull90
Taking the examples from the wiki , (s/def ::addr (s/schema [::street ::city ::state ::zip])) (s/def ::company-addr (s/union ::addr [::company ::suite])) Is the second line equivalent to: (s/def ::company-addr

RE: next.jdbc -- early access

2019-04-02 Thread Jakub Holý
You are one of my open source heroes, Sean. Thank you for the work! Cheers, Jakub -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please