Relational Mapper for Clojure

When I was moving from Ruby to Clojure, I found it very strange that there is no Relational Mapper in Clojure. I mean something like ActiveRecord or any other ORM in Rails, but presenting data from relational database as arrays and hashes.

So I created a library exactly for that:

I thought that, as there are a lot of rails topics on this forum, maybe it would be interesting for you guys.

Feedback is very welcome,
Krzysiek Herod