-
ghost updated
4 years ago
-
These look like they could come in handy: https://github.com/nolanlawson/pouchdb-find
-
Hi,
I am looking for an offline app solution for both desktop and mobile, and it seems GroundMeteor is the best choice. But I am really concerned with the localStorage's 5MB quota, because I am going …
oeway updated
5 months ago
-
[ ] Wire the Redux toolkit tutorial up to PouchDB
[ ] If necessary, explore the various redux-pouchdb libraries if we need more/advanced functionality that requires more build time.
-
Possible technologies to include:
* [RxDB](https://medium.com/r/?url=https%3A%2F%2Fpubkey.github.io%2Frxdb%2F)
* [Meteor](https://medium.com/r/?url=https%3A%2F%2Fwww.meteor.com%2F)
* [Relay](http…
-
Should be easy by just adding some kind of custom implementation capability like I did for map/reduce.
-
As @nolanlawson ([and I](https://github.com/wspringer/angular-pouchdb/issues/19#issuecomment-48750299)) [suggested](https://github.com/danielzen/ng-pouchdb/issues/5#issuecomment-67789698), a set of An…
-
**What feature do you want to improve?**
For performance online users don't download data to their device. When this was first implemented the simplest approach was to use PouchDB with online users…
-
### Issue
Bundle `pouchdb-utils` using a typical bundler. For example, bundle using `esbuild` with the following commands:
```shell
mkdir -p /tmp/dependency-repro && cd /tmp/dependency-repro
n…
-
We have a few projects where we make use of PouchDB’s different adapters (level and http in our case) to run software in different environments. We also use couchdb-bootstrap, which doesn’t work with …