admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
trancehime 2015-12-06T03:14:56.000936Z

OK I have no idea where to ask this question so maybe someone will point me to the right direction

trancehime 2015-12-06T03:20:21.000937Z

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)

val_waeselynck 2015-12-06T10:23:42.000941Z

@trancehime where are you stuck?

trancehime 2015-12-06T10:31:37.000943Z

@val_waeselynck I think, doseq or doall may be my ticket.

👍 1
val_waeselynck 2015-12-06T11:08:00.000944Z

@trancehime: still a bit vague for me :simple_smile: the big picture would be (doseq [m my-vector] (write-to-database! m))

trancehime 2015-12-06T11:08:15.000945Z

I'm discussing it right now over at #C03S1KBA2

val_waeselynck 2015-12-06T11:08:21.000946Z

ah ok