Fork me on GitHub
#admin-announcements
<
2015-12-06
>
trancehime03:12:56

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

trancehime03:12:21

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)

trancehime10:12:37

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

val_waeselynck11:12:00

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

trancehime11:12:15

I'm discussing it right now over at #C03S1KBA2