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
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.