mirror of
https://github.com/jo/couchdb-best-practices.git
synced 2026-05-15 14:16:00 -06:00
About Pouchdb.debug
This commit is contained in:
parent
c64c4a23ac
commit
ac72b46878
1 changed files with 7 additions and 0 deletions
|
|
@ -186,6 +186,13 @@ For example:
|
|||
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.
|
||||
|
||||
If you like PouchDB to be more verbose, [enable debug
|
||||
output](http://pouchdb.com/api.html#debug_mode):
|
||||
```js
|
||||
PouchDB.debug.enable('*')
|
||||
```
|
||||
|
||||
|
||||
## How can I reset my CouchDB user password?
|
||||
Since CouchDB 1.2 updating the user password has become much easyer:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue