-
```
import couchdb
import couchdb.mapping as cmap
c = couchdb.Server()
db = c['test']
class TestDoc(cmap.Document):
@cmap.ViewField.define('test_view')
def test_view(doc):
if doc:
…
-
We are experiencing the issue described here running chart version 4.5.6
https://github.com/apache/couchdb/issues/4590
When a pod restarts, the admin password hash is recalculated with a random …
-
I am compiling a list of companies or products using CouchDB for a few reasons:
- **showcase logos** and user stories of successful CouchDB development for a new website on http://couchdb.apache.org
-…
-
**Is your feature request related to a problem? Please describe.**
I'm looking for a couchdb (*not* couchbase) client for flutter, but I assume that fluttercouch will not work (because it's using cb-…
-
Make a routing scheme that can route with an interface that can route to arbitrary CouchDB databases and documents. It should be general i.e. not tied to any specific database names or structure.
-
I looked around before posting this, but if I missed it in the channel, group, or another ticket, I apologise.
I noticed there was no example for authentication (cf. BasicAuth) against CouchDB. I wa…
-
```
Add the ability to replicate data with a CouchDB server. Here is the (semi-
pseudo) code that Jan from CouchDB gave me on how to do it:
// replicate from couchdb
var persevere = new Persevere("fo…
-
**Is your feature request related to a problem? Please describe.**
cht-sync currently requires `CHT_PIPELINE_BRANCH_URL` to be set and requires all dbt models to be committed on github.
**Describe t…
-
When using CouchDB, we've used `v{number}` prefix for every doc id. Maybe we should do something of the sort for SQLite implementation.
@silviot, your input please...what would be the best way to d…
-
Still not sure if I want to use couchdb's access control. Probably. It needs the following:
- one database per group, one group per database
- many users per group
- one user can be in multiple groups…