1

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
bitrevolution
  • 437
  • 6
  • 16

1 Answers1

1

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/

Ben
  • 231
  • 1
  • 4
  • 13
EhevuTov
  • 20,205
  • 16
  • 66
  • 71