>
> i need short integer ids in url  like host/audios/23342
> how couch guy's catch this?

You'd have to create your own IDs when creating a new document.

Check out the PUT part of the document API where you specify a document id:
http://wiki.apache.org/couchdb/HTTP_Document_API

This should help you :)


-- 
David Coallier

Reply via email to