This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-06
Channels
- # admin-announcements (7)
- # beginners (37)
- # boot (36)
- # cider (8)
- # cljs-dev (16)
- # clojure (155)
- # clojure-hamburg (1)
- # clojure-russia (2)
- # clojurecup (21)
- # clojurescript (69)
- # clojurex (12)
- # core-async (2)
- # datavis (3)
- # datomic (5)
- # devcards (4)
- # events (2)
- # hoplon (15)
- # lein-figwheel (45)
- # off-topic (22)
- # om (77)
- # re-frame (8)
- # reagent (7)
- # slack-help (1)
OK I have no idea where to ask this question so maybe someone will point me to the right direction
It's about a way to process a vector of maps so that I can write data to a database (for the purposes of this question I don't care about whether the database is PostGreSQL or MySQL or whatever)
@trancehime where are you stuck?
@val_waeselynck I think, doseq
or doall
may be my ticket.
@trancehime: still a bit vague for me the big picture would be
(doseq [m my-vector] (write-to-database! m))
I'm discussing it right now over at #C03S1KBA2