centripetal.ca

Talking to CouchDB with curl

I've recently started hacking on a small single-page app to try and get on top of the wonderful Sammy JavaScript framework. A natural fit for storing data is CouchDB, which I also have no prior experience with, so I needed to also jump into that. Since it talks HTTP and JSON it's very easy to get started with: I threw together this quick cheatsheet for making CRUD operations to CouchDB with curl. This is basically...

Continue