summaryrefslogtreecommitdiff
path: root/src/couch_eval/README.md
blob: 048a165fbcf76721107047f72c5a29bfbb2bac5f (plain)
1
2
3
4
5
couch_eval
=====

An an initial abstraction layer for evaluating user provided code. So far
this is only used by `couch_views` to provide map function support. Currently this is implemented in `couch_js` by reusing the existing `couchjs` mechanics.