mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
(#6) - How do I debug PouchDB?
This commit is contained in:
parent
1b77e35e8c
commit
efa80abe3f
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue