Skip to content

Update PouchDB to v6

Alf Eaton requested to merge update-pouchdb into master
  • Update pouchdb from v5.4.5 to v6.1.1
  • Use db.name instead of the removed private db._db_name property.
  • Move plugin registration to a single db.js file, so that tests use the same db setup as elsewhere.
  • Use pouchdb-core and pouchdb-adapter-leveldb instead of pouchdb, as pouchdb includes plugins for both browser and node.
  • Remove pouchdb-server, which isn't being used.

I'm assuming that existing databases created with PouchDB v5 will be compatible with PouchDB v6, but I haven't tested that.

Merge request reports