开发者

I have to write every function i need for CouchDB?

开发者 https://www.devze.com 2023-01-17 03:17 出处:网络
In MongoDB you have a lot of helper methods 开发者_StackOverflow中文版that do all the basic operations for you:

In MongoDB you have a lot of helper methods 开发者_StackOverflow中文版that do all the basic operations for you:

  • count
  • sort
  • update
  • replace
  • etc...

In CouchDB you ahve to write map-reduce for everything by hand for basic operations?


There are some built-in functions for CouchDB and there's a CommonJS implementation for CouchDB.


It's all Map / Reduce functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消