Beginner question.
My goal is to add documents to my CouchDB database on a remote server.
Is this the a good way?
- Create CouchDB documents using a code editor and store them on my hard drive.
- Post them to my CouchDB database on a remote server.
If yes, how to do #2 on Windows?
I suggest using your browser, and use the Futon web app, which all CouchDB servers support. Just go to
/_utils/in your browser and you can get started adding and modifying documents.Once you are comfortable, I suggest the
curltool, however keep in mind that Windows is a little different from the examples.In Linux and Mac, curl looks like this
In Windows, you cannot use the single-quote: