Emit Tuples From Erlang Views In CouchDB

前端 未结 3 2017
一个人的身影
一个人的身影 2020-12-31 11:40

CouchDB, version 0.10.0, using native erlang views.

I have a simple document of the form:

{
   \"_id\": \"user-1\",
   \"_rev\": \"1-9ccf63b66b62d15d         


        
3条回答
  •  轮回少年
    2020-12-31 12:34

    If you like experimental features (that still work...), you might want to have a look to Erlang exprecs.

    I found it extremely helpful in creating a sort of dynamic records for Erlang.

提交回复
热议问题