NonSQL: initialization of DB -object in browser console? DB -logic in the user-space?

前端 未结 1 1122
忘了有多久
忘了有多久 2020-12-20 08:42

I am trying to move the logic to the very high-level from the db. Technically, I am looking for extremely lazy-evaluation of things. I feel some non-sql -db is for this purp

相关标签:
1条回答
  • 2020-12-20 09:22

    The code jquery.couch.js of Futon is well-documented here. You can see source code after installation of CouchDB for example with Ubuntu just $ sudo apt-get install couchdb:

    "http://127.0.0.1:5984/_utils/script/jquery.couch.js".

    Related question about CouchDB here.

    0 讨论(0)
提交回复
热议问题