(#6) - How do I debug PouchDB?

This commit is contained in:
Johannes J. Schmidt 2015-05-06 14:36:58 +02:00
parent 1b77e35e8c
commit efa80abe3f

View file

@ -181,3 +181,7 @@ For example:
"sumsqr": 30
}
```
## How to debug PouchDB
I often assign the database instance to window and then I run queries on it.
Or you can replicate to a local CouchDB and debug your views there.