pouchdb
pouchdb copied to clipboard
:koala: - PouchDB is a pocket-sized database.
This should fix https://github.com/pouchdb/pouchdb/pull/8471
### Issue I'm experiencing problems getting a server side version of pouch running. My dream is largely polymorphic web-app code (with SSR) where client and server use their own pouchdb...
In a large web app we switched on `auto_compaction`. It seemed to work (e.g. chrome disk usage went from 102M to 89M on my test setup, and from 2.3GB to...
### Issue PouchDB Adapter Memory is causing Jest tests to fail after upgrading to Jest 27.x. Jest removed setImmediate and clearImmediate from JSDOM in [27.0.0](https://github.com/facebook/jest/blob/main/CHANGELOG.md#2700) with [this PR](https://github.com/facebook/jest/pull/11222). PouchDB Adapter...
### Issue BugFix [0e27e23f](https://github.com/pouchdb/pouchdb/commit/0e27e23f4437bce134d0780a543f08a3020fa4de) ([#8222](https://github.com/pouchdb/pouchdb/issues/8222)) - fix multiple $regex conditions on same field when using $and has implement error with $or and $regex Error => userValue.every is not a function...
### Issue I'm not sure if this is a code issue or just an environment problem but... I get a build error: _"Error while transforming node_modules/pouchdb/lib/index.es.js: Could not resolve import...
### Issue The `partial_filter_selector` field is not stored when pouchdb-find's `createIndex` is used on a local db. ### Info - Environment: Node.js - Platform: FF - Adapter: idb/indexeddb/memory/leveldb/etc. - Server:...
### Issue ClamAV currently flags `pouchdb.js` file as potential malware by alerting about following finding: `PUA.Html.Exploit.CVE_2012_0469-1` (PUA = Potentially Unwanted Applications). It seems that SHA256 of that file have been...
Suggesting an initialization that is consistent to the one a couple of lines before.
### Im trying to use pouchdb with electron-forge webpack template. Pouchdb (leveldown adapter i.e native modules) works perfectly[Main process or renderer process]. But i cant use other plugins such as...