I am currently developing an application using the electron framework and integrating pouchdb. As certain values in my database are dynamic and constantly changing, I am looking for a way to track these changes without having to create new documents for each update. I believe utilizing revisions, which are generated with each update, would be the optimal solution.
My main query is regarding how to retrieve a specific document solely based on its revision number.
Any assistance on this matter would be greatly appreciated. Thank you in advance.