Re: ClojureQL insert data from map

2010-01-27 Thread Nicolas Buduroi
On Jan 27, 9:43 am, Roman Roelofsen wrote: > when querying data in clojureql, the result is a list of maps. I often > directly return this list (or a map) from my "db-logic" functions > because my domain logic operates on these maps. However, I am not able > to go the other way around, e.g. take t

Re: ClojureQL insert data from map

2010-01-27 Thread Meikel Brandmeyer
Hi, On Jan 27, 3:43 pm, Roman Roelofsen wrote: > when querying data in clojureql, the result is a list of maps. I often > directly return this list (or a map) from my "db-logic" functions > because my domain logic operates on these maps. However, I am not able > to go the other way around, e.g.