Has anyone found or developed a good couchdb manager in node-js?

I would like to manage my couchdb with a good-looking nodejs manager.

It should have these functions:

  • Create document.
  • Delete document.
  • Dump the whole Database
  • Backup the whole Database

Futon, the built-in manager has all the functionality you require. Futon has a web interface and can be accessed by running couchdb and then pointing your web browser to http://localhost:5984/_utils/