Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 CouchDB 中的 CouchApp 中创建并保存了一个视图文档。
有没有办法以与推送应用程序相同的方式提取数据?
推
couchapp push http://domain.tld:5984/databasename
拉
couchapp pull http://domain.tld:5984/databasename
在入门和使用页面使用couchapp clone http://domain.tld:5984/databasename/_design/ddoc_name myapp 更多关于。
couchapp clone http://domain.tld:5984/databasename/_design/ddoc_name myapp