Alia is a thin wrapper around "java-driver" by Datastax.
Datastax's java-driver 2.1 final was released yesterday, Alia was brought up to speed with this release, adding support for the latest features from the library it wraps and cassandra 2.1+ If you have no idea what I am talking about you can go read these 2 blog posts for details: http://www.datastax.com/dev/blog/datastax-java-driver-2-1 http://www.datastax.com/dev/blog/cql-in-2-1 The especially exciting features are custom user data types and tuples. Alia has transparent support for them: decoding is automatic, no need to mess with schemas, and writes are handled via CQL literals for these (optionally, when using prepared statements you can also pass java objects matching java-drivers API, but depending on how your queries are prepared, it's not necessary to go that low level). There were a couple of minor changes since 2.0, you can read about these in the changelog: https://github.com/mpenet/alia/blob/master/CHANGELOG.md https://github.com/mpenet/alia -- 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/d/optout.