0

I would like to use [GeoCouch](https://github.com/couchbase/geocouch/) and CouchDB with Node.js and just wondering whether

are supporting GeoCouch views?

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
user977828
  • 7,259
  • 16
  • 66
  • 117

1 Answers1

0

It looks like nano supports extensions, I could not find an equivalent in cradle's documentation.

In particular, this is the internal function that is being used. It looks like you can just pass in parameters like path to set a custom URL. (I don't know much about GeoCouch, so I can't give specifics)

If you do end up writing up a good collection of helper functions that other nano users could benefit from, consider publishing it on npm. (maybe named nano-geocouch?)

Dominic Barnes
  • 28,083
  • 8
  • 65
  • 90