You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If [PouchDB.defaults][1] is used, its options are attached to `__.opts`.
In the case of `PouchDB.defaults({prefix: ''})`:
> `prefix` appends a prefix to the database name and can be helpful for
> URL-based or file-based LevelDOWN path names.
For example: `{prefix: 'https://example.com/', name: 'test'}` would
produce a DB "name" of `https://example.com/test`.
Before, prefix was not respected.
Closes#158.
Connects #160.
[1]: https://pouchdb.com/api.html#defaults
0 commit comments