问题标签 [couchdb-lite]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
103 浏览

android - 如何更新 Couchdb lite 中的内联视图

我正在使用 ektorp 库中提供的 CouchDbRepositorySupport 类。根据他们的文档,我应该能够设置一个系统属性,该属性将自动生成我正在执行的内联视图,System.setProperty(CouchDbRepositorySupport.AUTO_UPDATE_VIEW_ON_CHANGE, Boolean.TRUE.toString());但是当我编辑现有视图时,视图似乎没有发生变化。我的应用发布后如何编辑视图?(现在我正在卸载并重新安装,这不太理想)