Skip to content

Instantly share code, notes, and snippets.

@thinkerbot
Created September 22, 2010 23:00
Show Gist options
  • Select an option

  • Save thinkerbot/592747 to your computer and use it in GitHub Desktop.

Select an option

Save thinkerbot/592747 to your computer and use it in GitHub Desktop.
CouchDB Cheats
# Post a tempview
curl -X POST http://127.0.0.1:5984/database/_temp_view -H "Content-Type: application/json" -T _temp_view.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment