pouchdb
pouchdb copied to clipboard
:koala: - PouchDB is a pocket-sized database.
### Issue After being offline for a while, in case of conflict (because of revs_limit reached), PouchDb gives us in change callback an outdated revision. ### Info - Environment: Electron...
### Issue I am using pouchdb db form react native expo app and expo-sqlite as an adapter, but the problem is queries are very slow on mobile device as compare...
### Issue The current test `#8525 - Only compact document with seq > last_seq` (implemented in PR #8834) rely on implementation details of the `_local/compaction` document. The test should proof,...
This patch removes the last "jsnext:main"-field within the PouchDB project. (addition to #8649)
This script allows running the performance test suite against one or more different versions of the codebase. Also changed: * ci: `browser-adapter` and `couchdb-browser` now use `.min.js` versions of adapters...
Maps stacktraces of Errors thrown in mocha tests run against `pouchdb.min.js` in browser tests when run with playwright. The mapped stacktraces are printed to stdout. The original stackrace is still...
Hello, CouchDB has implemented a way not to duplicate existing attachments when we update a doc (https://issues.apache.org/jira/browse/COUCHDB-62). By using pouch.put() it duplicates these attachments and therefore exponentially increases DB size!...
This improves `pouchdb-adapter-indexeddb` performance for key ranges by: * adding a new index (`[deleted, id]`) to allow for skipping deleted docs by default * moving `_local/` docs to the `META_STORE`...