Skip to content

Instantly share code, notes, and snippets.

@ato
Created November 3, 2009 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ato/225294 to your computer and use it in GitHub Desktop.
Save ato/225294 to your computer and use it in GitHub Desktop.
(defn dostuff []
(couch/get document-id)
(couch/set document-id))
(defn dootherstuff []
(couch/get document-id))
(defn main []
(couch/with-couch host db
(dostuff)
(dootherstuff))
(main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment