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.
我开始使用 nodejs 和 couchdb,我想让我的视图函数与服务器保持同步,因为我想让它们处于版本控制中。
我想过推出自己的解决方案,包括将视图与他们自己的代码哈希一起存储,但其他人一定已经创建了类似的东西。
您可以简单地将 CouchDB 复制与旨在仅选择设计文档的复制过滤器一起使用。