Update PouchDB to v6
- Update pouchdb from v5.4.5 to v6.1.1
- Use
db.name
instead of the removed privatedb._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
andpouchdb-adapter-leveldb
instead ofpouchdb
, aspouchdb
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.