revise RethinkDB 的 Clojure 客户端开源项目

我要开发同款
匿名用户2013年11月05日
36阅读
开发技术Java
所属分类数据库相关、数据库驱动程序
授权协议EPL

作品详情

revise是RethinkDB的Clojure客户端开发包。特点是:异步、无锁、高效以及易用。

示例代码:

(require'[bitemyapp.revise.connection:refer[connectclose]])(require'[bitemyapp.revise.query:asr])(require'[bitemyapp.revise.core:refer[run]]);;connectreturnstheconnectionagent(let[local-conn(connect);;defaultstolocalhost;;passinconnectionoptionsmaptospecifybeyondthedefaultsremote-conn(connect{:host"99.99.99.1":port28015:auth-key""});;runningaqueryagainstaconnectionreturnsapromise,theAPI;;andunderlyingimplementationareasynchronous.response(->(r/db"test")(r/table-create-db"authors")(runlocal-conn))];;dereferencethepromisetoblockonit.(println@response);;Wearedoneusingtheconnection(closelocal-conn))
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论