2013/6/21 serialhex <serial...@gmail.com>

> Hi all, I'm looking for a decent database wrapper library.


Relational databases: https://github.com/clojure/java.jdbc (this one is not
very extensively documented but is also small compared to Korma)

MongoDB: http://clojuremongodb.info
Cassandra: http://clojurecassandra.info
Riak: http://clojureriak.info
Redis: https://github.com/ptaoussanis/carmine
Graph databases: http://titanium.clojurewerkz.org, http://clojureneo4j.info
ElasticSearch: http://clojureelasticsearch.info

For data validation, http://clojurevalidations.info is one of about a dozen
options
you can easily find with a quick search.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin

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