CouchDB Fauxton - How to navigate change history?

I have been using CouchDB for some time now, and now I'm testing CouchDB 2 and Fauxton on local env. One thing really troubling compared to the good old Futon is that Fauxton cannot navigate document revision history.

Is it really not implemented with this new React tool or have I missed it? Is there a Fauxton add-on that implements this missing feature?

In futon In fauxton

+8
source share
1 answer

It seems that the Apache team has decided that this will be a "Do Not Fix" for this function. They explain it on the Fauxton Github issue

The fact is that we should not rely on revisions, since compression can remove it. The final solution is to develop a plugin for it.

0
source

Source: https://habr.com/ru/post/1013747/


All Articles