I'm pleased to announce the release of clj-rethinkdb <https://github.com/apa512/clj-rethinkdb> version 0.10.1, an idiomatic driver for RethinkDB <http://rethinkdb.com/>. This release brings a number of new features including:
* Explicit, tested support for RethinkDB 2.0, including changefeeds. * Use an implicit database connection so you don't need to specify the database for every query. * New arities for table queries which no longer require a database to be specified. * General cleaning up in preparation for future work, e.g. fixing reflection warnings, more descriptive error messages, better docstrings, refactoring tests, e.t.c. There is also a full CHANGELOG <https://github.com/apa512/clj-rethinkdb/blob/master/CHANGELOG.md#0101---2015-07-08> with release notes on these features and more. *Of particular note, the 0.10.x branch will be the last branch to support Clojure 1.6 and below.* 0.11 and onwards will use Clojure 1.7 in order to take advantage of reader conditionals and generating queries on the client. There are two really neat features of RethinkDB: 1. It uses a functional composable query language built on s-expressions which dovetails nicely with Clojure. 2. It supports real-time, streaming, change feeds for documents, tables, and (some) arbitrary queries. If you haven't looked at it before, I encourage you to check out the 30-second quick start <http://rethinkdb.com/docs/quickstart/>. Thanks, Daniel. -- -- Daniel -- 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.