OptionalnameDatabase name / path passed to new PouchDB(name). Defaults to './data/pouchdb'.
OptionalconfigEscape hatch for any other PouchDB constructor option (adapter, auth,
...). Passed as the second argument to new PouchDB(name, config).
OptionalclientA pre-built pouchdb database (or a compatible mock). When provided,
connect() uses it directly and skips require('pouchdb') entirely —
this is how tests inject a mock without the real driver installed.
Connection options for
PouchdbStore.