npm pouchdb 5.3.1

latest releases: 8.0.1, 8.0.0, 7.3.1...
8 years ago
  • fix prefix usage in node-websql (#4966)

This may be interpreted as a breaking change, if you are already using the node-websql adapter in production and have saved your data somewhere, within the span of time between 5.3.0 and 5.3.1. (Unlikely, hence the patch change.) If so, you can migrate by simply doing:

mv _pouch_my_database_name my_database_name

The difference is that we are no longer using the _pouch_ prefix, which was not designed to be used in Node.js environments (only in the browser).

Don't miss a new pouchdb release

NewReleases is sending notifications on new releases.