couchapp
couchdb query map view and not reduce view
How do I query just the map of a view with both a map and reduce using evently? Here is what I have so far in data.js:[详细]
2023-02-14 12:21 分类:问答Is it possible to make CouchApp send requests autonomously?
I want to write very simple app, witch monitors states of some sites. I also want to make it in Couchapp style without using any environment except CouchDB.[详细]
2023-02-12 19:41 分类:问答Couchapp: how to store a document?
after having finished the couchapp tutorial, the last step from there has to be done: saving the created pizza.[详细]
2023-02-10 09:08 分类:问答Problem listing documents in a CouchApp
I am in a bit of trouble as I am not able to find resources and/or tutorials that give me enough knowledge how to do this properly:[详细]
2023-02-10 03:15 分类:问答Server Side GET
I want to merge a list into a show template on the server side. How would I make a GET request to a list or a view from a show开发者_如何学编程?Do I have to call another library in the show to make a[详细]
2023-02-06 09:08 分类:问答iteration on couchapp
i had write this on mustache.html on couchapp **{{%IMPLICIT-ITERATOR iterator=i}} {{#example}} hallo {{i}}[详细]
2023-02-04 02:06 分类:问答Changing the "Cache-Control" HTTP header for views in Couchdb
I am using CouchDB for a web app and having problems with IE8 caching the results of a view.From my reading it seems one solution would be to change the \"Cache-Control\" HTTP header to \"no-cache\".R[详细]
2023-01-30 09:45 分类:问答Short and unique keys in CouchDB
I want to write a URL shortener as a standalone CouchApp, but I\'m wondering if it is possible. Obviously, a core requirement for a URL shortener is to have short and unique keys.[详细]
2023-01-29 19:57 分类:问答Getting UUIDs in a CouchApp with active vhost
I am looking for the right way for loading new UUIDs or accessing the _session object in a couchapp behind a vhost.[详细]
2023-01-28 20:19 分类:问答CouchApp vs Node.js
On the frontend Im using Sproutcore. The question is how the backend is going to look l开发者_StackOverflowike.[详细]
2023-01-27 18:35 分类:问答