-
*This issue proposes to move the PouchDB project to the Apache Software Foundation. It outlines the pros and cons, alternatives and next concrete steps.*
*About the Author: Hi, I’m Jan Lehnardt, I’…
-
**Describe the issue**
PouchDB recently released v9.X, upgrade CHT's PouchDB from v7.x to 9.x.
-
**Describe the performance issue**
PouchDB 9.0 has [just been released](https://pouchdb.com/2024/05/24/pouchdb-9.0.0.html) with significant improvements to the `indexeddb` adapter which _should_ ma…
-
Pouchdb has been a pain since this scanner was first written. The native dependency on leveldown makes packaging rather painful, and api usage isn't the most elegent. We aren't making use of the repli…
-
I get an `TypeError: Cannot read properties of undefined (reading 'find')"`
at
```
db.rel.find(type, options);
```
* Relational-pouch is setup as described in the manual
* The Error occurs…
-
http://briantoth.github.io/2013/05/21/pouchdb-replication-part-2/
-
## Plugin Request
capacitor-pouchdb-plugin
**Name**: TODO
**Package**: `@capacitor-community/`
### Platform(s)
ionic/vue
### Existing Solutions
cordova-plugin-sqlite-2
pouchdb-adapte…
-
We're interested in using PouchDB to provide offline persistence in a way that will sync up to the server when the client comes online. At this early stage I think we'd need an abstraction layer betwe…
-
I wonder if you want to update this library and make it compatible with pouchdb version 8?
there is a big issue with version 8 . it takes a long time to emit changes to the subscribers
-
In PouchDB we're implementing a "batched cursor" using `getAll()` and `getAllKeys()` (https://github.com/pouchdb/pouchdb/pull/6060, https://github.com/pouchdb/pouchdb/pull/6031). E.g. it can be used t…