搜索资源列表
CouchDB-The-Definitive-Guide
- CouchDB是一种基于Erlang语言的分布式数据库,这本书着重介绍CouchDB的开发和使用。-CouchDB is a distributed database based on the Erlang language, this book focuses on the development and use CouchDB.
apache-couchdb-af9d1fa
- 这是 jQuery 访问 CouchDB 的插件。示例代码: var userDoc = { _id: "org.couchdb.user:bob", name: "bob" } $.couch.signup(userDoc, "supersecurepassword", { success: function(data) { console.log(data) }, error: function(status) { console.l
eyeballs.js-master
- eyeballs.js是一个轻巧的Javascr ipt库,在Javascr ipt框架之上,比如jQuery、Prototype。 eyeballs.js可以在用在已经实现的web应用(对象模型)之上。它也可以用来创建独立的Javascr ipt应用,支持HTML5本地存储或CouchDB之类。-eyeballs.js is a lightweight Javascr ipt library, above the Javascr ipt frameworks, such as jQuery,