我想知道参考API在哪里展示如何使用Couchbase Lite查询,crud功能.. 到这里(到官方网站doc页面):http://www.couchbase.com/documentation 没有多大帮助.只有概念,哲学. 我对JS / PhoneGap方面很感兴趣.但如
到这里(到官方网站doc页面):http://www.couchbase.com/documentation
没有多大帮助.只有概念,哲学.
我对JS / PhoneGap方面很感兴趣.但如果去那里:http://docs.couchbase.com/couchbase-lite/cbl-phonegap/
还有:概念,哲学,一些图片.很好..甚至还有一些我可以从git-hub获得的样本.但是参考API在哪里?
有一些:http://www.couchbase.com/docs/couchbase-api-reference-1.1/couchbase-protocol_get.html(谢谢谷歌)我不知道是否是Lite虽然..
但JS在哪里?或者我更好地问:你(使用Couchbase lite和JS / Mobile)使用什么作为文档?
可以在autodocs中找到当前的Couchbase Lite API:http://www.couchbase.com/autodocs/couchbase-lite-ios-1.0b1/annotated.html
当发布新版本的API时(我相信这是迫在眉睫的),我将使用新链接更新此答案.
此外,即使您使用的是JS,它仍然与本机Couchbase Lite进行交互,因此您仍在使用API,因为本机iOS应用程序正在使用API.
以下是一些可以提供帮助的其他链接,README可能有用,以及TodoLite的源代码:
https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin
https://github.com/couchbaselabs/TodoLite-PhoneGap