On Tuesday, December 3, 2013 3:26:53 PM UTC-8, James Laver wrote:
> So, am I missing something? Are there any libraries people can recommend
> that will make my life easier? Am I just looking at this in completely 
the wrong way?

It sounds like half of your problems are arising from DB migrations. IMO 
the existing libraries for doing this from Clojure are just not worth the 
bother. This is one place where I think you're better served just by 
writing your own functions; it can be done cleanly with very few lines of 
code and doesn't have to tie you into any crazy db-agnostic abstractions 
that hide the details of Postgres:

    https://github.com/technomancy/syme/blob/master/src/syme/db.clj#L68

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to