I'm using PouchDB in conjunction with node.js to store my documents on the server, but during the course of development a number of documents which are flawed or need to be deleted have begun accumulating in the DB.
Is there a GUI client like SQL Studio which allows me to connect to the DB and manually edit or delete the files ?